-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TRD: remove lock automatically, do not upload to bucket, push slack alrt
1. when run interactively, if the previous version of the program crashed, TRD asks you if you want to remove the lock. This causes problems with k8s cronjobs as they have to be fixed manually, shelled into to remove the lock. We remove the lock automatically. We already have a policy to forbid concurrent runs so the lock is useless 2. we remove the bucket upload funcitonality which has been useless for us. Besides, it was using the snapshot engine container which no longer exists in the repo. 3. we prevent the job from failing when TRD fails. Instead, we push a slack notification. This removes the need to clean up failed jobs within the cluster.
- Loading branch information
1 parent
5d36473
commit 7b83908
Showing
6 changed files
with
33 additions
and
62 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
charts/tezos-reward-distributor/scripts/bucket_upload_secrets
This file was deleted.
Oops, something went wrong.
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
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