civisanalytics / civis-python

Civis API Python Client
BSD 3-Clause "New" or "Revised" License
34 stars 26 forks source link

[ASE-146] Fix civis parallel backend bug #395

Closed evanderh closed 4 years ago

evanderh commented 4 years ago

When using civis.parallel.make_backend_factory with joblib, cancelling a child job fails to cancel all the remaining child jobs and hangs indefinitely

To reproduce:

What's going wrong:

Fix:

mheilman commented 4 years ago

I think the CI errors might be resolved by bringing the branch up-to-date with master. See #394