Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle properly shadow context in worker executor implementation #5435

Merged
merged 1 commit into from
Jan 8, 2025

Conversation

vietj
Copy link
Member

@vietj vietj commented Jan 8, 2025

Motivation:

The implementation of worker executor assumes that a context is always a ContextImpl. Since we added support for shadow contexts, the implementation should handle this case as well.

Changes:

Update the worker executor implementation to handle the case of a shadow context.

@vietj vietj added this to the 5.0.0 milestone Jan 8, 2025
Motivation:

The implementation of worker executor assumes that a context is always a ContextImpl. Since we added support for shadow contexts, the implementation should handle this case as well.

Changes:

Update the worker executor implementation to handle the case of a shadow context.
@vietj vietj force-pushed the handle-properly-shadow-context-in-worker-executor branch from b0e91ad to 05a0429 Compare January 8, 2025 08:00
@vietj vietj added the bug label Jan 8, 2025
@vietj vietj self-assigned this Jan 8, 2025
@vietj vietj merged commit 7fbc36f into master Jan 8, 2025
8 checks passed
@vietj vietj deleted the handle-properly-shadow-context-in-worker-executor branch January 8, 2025 08:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant