From 962602b038a0211534ff54aab4d6ced00b34c319 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Wed, 11 Dec 2019 14:44:24 +0100 Subject: [PATCH] distgit-bz: Slow down the cron job a little now that we're going to try prod 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 8b9757eb35..10047ee9c6 100644 --- a/roles/openshift-apps/distgit-bugzilla-sync/files/cron.yml +++ b/roles/openshift-apps/distgit-bugzilla-sync/files/cron.yml @@ -6,7 +6,7 @@ spec: successfulJobsHistoryLimit: 3 failedJobsHistoryLimit: 1 concurrencyPolicy: Forbid - schedule: "35 */3 * * *" + schedule: "35 */4 * * *" startingDeadlineSeconds: 500 jobTemplate: spec: