-
Notifications
You must be signed in to change notification settings - Fork 188
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: make critical batch jobs fail more noisily (#2835)
This commit adds an error handler to the wrapper script that runs the batch job workload, so that if it fails unexpectedly due to being run with `set -e`/`set -u` we stand a better chance of GCP's error reporting alerting us to it, or at least having additional context in the logs when investigating. This is because until we get proper k8s job monitoring implemented, we're solely dependent on error reporting alerting us to job failures.
- Loading branch information
1 parent
641ab21
commit e3a7245
Showing
3 changed files
with
24 additions
and
0 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
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