Skip to content

Make sure WorkManager.pool is closed at exit

Marco Clemencic requested to merge clemenci-master-patch-88673 into master

multiprocessing.Pool objects must be explicitly closed before exiting the application.

See lhcb/Alignment!199 (merged) and, for example, https://github.com/dask/dask/issues/5806.

Merge request reports