You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: