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
Multiprocessing lib is causing this library to be unusable in celery
environment, due to celery worker daemon process can't spawn another
child.
While spawning another child is important, because opening
pylokit.Office more than once can cause system exit 77 / 139.
Replacing multiprocessing with billiard enables this library to run in
celery environment.
0 commit comments