ZAdamMac / Tapestry

Specialist Batch File Backup Tool
GNU General Public License v3.0
3 stars 1 forks source link

Borked Operations Break a Run #1

Closed ZAdamMac closed 6 years ago

ZAdamMac commented 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.

ZAdamMac commented 6 years ago

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.