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

AssertionError: daemonic processes are not allowed to have children #335

Open
zhavir opened this issue Jun 15, 2024 · 0 comments
Open

AssertionError: daemonic processes are not allowed to have children #335

zhavir opened this issue Jun 15, 2024 · 0 comments

Comments

@zhavir
Copy link

zhavir commented Jun 15, 2024

hello guys, recently I came up with this exception. Seems like the problem is something already known on the internet, at least for the Celery world. The way to solve it (I mean the straightforward way) seems to be to use Billiard. Did you already face this kind of issue? what was your solution or workaround?

FYI I've tried Billiard in replacement to multiprocessing. It seems to be working quite well. sometimes it happens that the child's processes are not closed properly, they stay there and start to produce some weird results.

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

No branches or pull requests

1 participant