-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
run: exit gracefully when an error happens
When an error happened during "baur run" execution, the command terminated immediately. It did not wait for successful executed task to finish uploading their artifacts and recording the result in the database. This means results are lost and tasks have to be rerun unnecessarily in these cases. The command is changed to skip all queued task executions and wait for all uploads and db record operations to finish when an error happens instead. Task executions that are already running when an error happens finish and are not canceled When a task run is skipped because another operation failed, it is printed with a "skipped" status to the console.
- Loading branch information
Showing
2 changed files
with
133 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters