Skip to content

Commit

Permalink
Merge pull request #33 from casper-network/bradjohnl_ci_fix-stuck-cro…
Browse files Browse the repository at this point in the history
…njobs

ci: fixing stuck cronjobs
  • Loading branch information
bradjohnl authored Dec 31, 2023
2 parents 46bea67 + c4ed10f commit d4f67d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .cicd/manifests/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ metadata:
spec:
schedule: "*/1 * * * *"
concurrencyPolicy: Forbid
startingDeadlineSeconds: 60
successfulJobsHistoryLimit: 120
failedJobsHistoryLimit: 30
jobTemplate:
Expand Down

0 comments on commit d4f67d5

Please sign in to comment.