[L14] Problem with futures and ProcessPoolExecutor

BrokenProcessPool: A process in the process pool was terminated abruptly while the future was running or pending.

In my case it was the parallel function that could work only with max_workers=1

1 Like