From ec06d9e9cdd2fbf030066e7c9242531c8ce48669 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Fri, 6 Dec 2019 11:38:50 +0100 Subject: [PATCH] distgit-bz: Slow down the rythm of the cron runs 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 2c1e68f7cd..323959e728 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: "*/10 * * * *" + schedule: "10 */12 * * *" startingDeadlineSeconds: 500 jobTemplate: spec: