Skip to content

Commit

Permalink
Map 1937 uof cron bug revert (#746)
Browse files Browse the repository at this point in the history
* Revert "MAP-1937 move ttlSecondsAfterFinished to correct nest (#745)"

This reverts commit 719b6c8.

* Revert "MAP-1937 give jobs longer time to complete.  (#744)"

This reverts commit d9c7fae.
  • Loading branch information
GurnankCheema authored Dec 16, 2024
1 parent 719b6c8 commit 2202924
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions helm_deploy/use-of-force/templates/job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,17 @@ kind: CronJob
metadata:
name: send-reminders
spec:
schedule: "*/15 * * * *"
schedule: "*/5 * * * *"
concurrencyPolicy: Replace
failedJobsHistoryLimit: 5
startingDeadlineSeconds: 300
successfulJobsHistoryLimit: 5
jobTemplate:
spec:
ttlSecondsAfterFinished: 100
template:
spec:
restartPolicy: Never
activeDeadlineSeconds: 600
activeDeadlineSeconds: 298
containers:
- name: use-of-force
image: {{ with index .Values "generic-service" }}{{ .image.repository }}:{{ .image.tag }}{{ end }}
Expand Down

0 comments on commit 2202924

Please sign in to comment.