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 seeing a very similar behavior in a django application within a celery task. When adding some time.time(), my functions running within the process pools finish up in about 2 seconds, but the pool.join() does not finish for another 30 seconds. When using multiprocessing, it joins up almost instantly.
I am using billiard because multiprocessing does not work within celery tasks.
I got output:
The text was updated successfully, but these errors were encountered: