-
-
Notifications
You must be signed in to change notification settings - Fork 721
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
dask worker: daemonic processes are not allowed to have children #2142
Comments
Your minimal example is odd. You create a dask-worker and dask-scheduler but you also create a separate local cluster in the However, I suspect that what you're after is the |
Thank you for correcting my misunderstanding. I have updated my comment above to show the correct Yes |
I am new to dask. Is that possible to set |
I have a package that I have written that used multiprocessing and some complex communication with
multiprocessing.Pipe
. I run into an issue when trying to using multiprocessing within dask workers. Is there any workaround that I could do? Is there a way to run a dask worker not as a daemon?Minimum working example.
Error message
The text was updated successfully, but these errors were encountered: