diff --git a/roles/openshift-apps/review-stats/templates/cron.yml b/roles/openshift-apps/review-stats/templates/cron.yml index 8af1be93e0..424c17fa41 100644 --- a/roles/openshift-apps/review-stats/templates/cron.yml +++ b/roles/openshift-apps/review-stats/templates/cron.yml @@ -7,6 +7,7 @@ spec: failedJobsHistoryLimit: 1 concurrencyPolicy: Forbid activeDeadlineSeconds: 900 + startingDeadlineSeconds: 180 schedule: "0 * * * *" jobTemplate: spec: @@ -53,6 +54,7 @@ spec: failedJobsHistoryLimit: 1 concurrencyPolicy: Forbid activeDeadlineSeconds: 900 + startingDeadlineSeconds: 180 schedule: "45 0 * * *" jobTemplate: spec: