flatironinstitute / disBatch

Dynamic dispatch of a list of command-line tasks, locally or on a cluster. Supports retrying failed tasks, and adding/removing compute resources on-the-fly.
Apache License 2.0
39 stars 9 forks source link

option to quit if any task fails #33

Open lgarrison opened 5 days ago

lgarrison commented 5 days ago

An option to shutdown promptly if any task fails would be useful. I think we would just let running tasks complete and shutdown disBatch when they're done, although we could be more aggressive if we wanted.