Skip to content

Commit

Permalink
Decrease backoffLimit of the Job because there is a new one every minute
Browse files Browse the repository at this point in the history
  • Loading branch information
YannickEvers committed Sep 16, 2024
1 parent c865ddb commit d5b3252
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sc-common/db-cleanup/base/cronjob-database-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,5 @@ spec:
name: mongo-cluster-admin-secret
key: credentials-url
restartPolicy: Never
ttlSecondsAfterFinished: 120
ttlSecondsAfterFinished: 120
backoffLimit: 2

0 comments on commit d5b3252

Please sign in to comment.