geoffxy / conductor

🎶 A simple and elegant research computing orchestrator.
GNU Affero General Public License v3.0
4 stars 0 forks source link

Print errors while executing parallelizable tasks #56

Closed geoffxy closed 2 years ago

geoffxy commented 2 years ago

If a task fails, we should print that it failed immediately. Right now we wait until other tasks finish running before printing that a failure occurred.