From 64115854aa8239c382340edf54deb23d816f2acb Mon Sep 17 00:00:00 2001 From: Mattia Verga Date: Thu, 6 Aug 2020 07:45:34 +0200 Subject: [PATCH] review-stats: add startingDeadlineSeconds to cron jobs Signed-off-by: Mattia Verga --- roles/openshift-apps/review-stats/templates/cron.yml | 2 ++ 1 file changed, 2 insertions(+) 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: