[Feature Request] Add "stop on error" option to Schedule

I have a multi-job schedule where I’d like to abort the run if any job fails. As is, it executes subsequent jobs.

(My specific case is copy followed by a prune. I keep the master storage and its copy in sync with the same prune directive. The copy failed, due to an intermittent network connection, but prune succeeded, running against a different set of revisions than existed on the master which got them out of sync.)

1 Like