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
I'm using timeout_decorator with celery, and it fails displaying this error:
daemonic processes are not allowed to have children
According to this https://stackoverflow.com/a/54917626/6684009 it's related to a limitation in the multiprocess. Celery has forked this library under the name "billiard" which doesn't have this limitation.
The text was updated successfully, but these errors were encountered:
sebastiendarocha
added a commit
to neogeo-technologies/timeout-decorator
that referenced
this issue
Jun 25, 2020
Hello,
I'm using timeout_decorator with celery, and it fails displaying this error:
According to this https://stackoverflow.com/a/54917626/6684009 it's related to a limitation in the multiprocess. Celery has forked this library under the name "billiard" which doesn't have this limitation.
The text was updated successfully, but these errors were encountered: