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

Task: add default event handler in task.shell() #252

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

brianpkelly
Copy link

Fixed the bug I ran into as detailed in this thread from the mailing list.

@degremont
Copy link
Collaborator

Thanks for this pull request but this bug should not be fixed that way.
It is perfectly normal for a worker to not have an event handler.

The bug only appears when using the new gateway code. The proper fix is more removing event handler checks in PropagationChannel.recv_ctl() but I need to look at this more closely to be sure...

@brianpkelly
Copy link
Author

Ah OK, I wasn't sure whether an event handler was necessary or not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants