From 202d66eadd2e72413110b0461f6a7729d94eb6aa Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Fri, 6 Dec 2019 10:26:06 +0100 Subject: [PATCH] distgit-bz: place the starting deadline at the right level Signed-off-by: Pierre-Yves Chibon --- roles/openshift-apps/distgit-bugzilla-sync/files/cron.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openshift-apps/distgit-bugzilla-sync/files/cron.yml b/roles/openshift-apps/distgit-bugzilla-sync/files/cron.yml index aa857ce74a..03a81b1bab 100644 --- a/roles/openshift-apps/distgit-bugzilla-sync/files/cron.yml +++ b/roles/openshift-apps/distgit-bugzilla-sync/files/cron.yml @@ -7,6 +7,7 @@ spec: failedJobsHistoryLimit: 1 concurrencyPolicy: Forbid schedule: "*/10 * * * *" + startingDeadlineSeconds: 500 jobTemplate: spec: template: @@ -24,7 +25,6 @@ spec: mountPath: /etc/distgit-bugzilla-sync readOnly: true restartPolicy: Never - startingDeadlineSeconds: 500 volumes: - name: config-volume configMap: