Closed ZAdamMac closed 6 years ago
If any error causes a worker process to halt, the program will stop at the nearest tasks.join() call.
Proposed solution: better error handling to be implemented in 1.1.
To resolve this I added some improved error handling and a catch statement to the release workflow to keep an eye out for similar problems in future.
If any error causes a worker process to halt, the program will stop at the nearest tasks.join() call.
Proposed solution: better error handling to be implemented in 1.1.