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

Fix for #424 #482

Merged
merged 2 commits into from Oct 20, 2020
Merged

Fix for #424 #482

merged 2 commits into from Oct 20, 2020

Conversation

ihuk
Copy link

@ihuk ihuk commented Oct 19, 2020

Python 3.8 changed default process start method in multiprocessing module to spawn. As a result all arguments to Process.__init__ must be picklable.

This pull request addresses this issue by making Broker and Queue classes pickable.

ihuk added 2 commits October 14, 2020 22:21
…bjects.

Made `Broker` and `Queue` classes pickable which fixes the the problem with new default `spawn` proces start method.
…cts.

AWS and Mongo brockers should be pickeled correctly now.
@Koed00 Koed00 merged commit 9219116 into Koed00:master Oct 20, 2020
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.

None yet

2 participants