From 6d4abe69a73da471bb71b90522c8bc911ca3f8df Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Tue, 10 Dec 2019 09:59:58 +0100 Subject: [PATCH] distigt-bz: change the frequency of the cron job to run every 3 hours 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 42c2bbcb58..8b9757eb35 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 * * * *" + schedule: "35 */3 * * *" startingDeadlineSeconds: 500 jobTemplate: spec: