From 0ed20004a9fc6b582eb383c235188a2724b3b3cc Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Fri, 21 Aug 2020 09:53:15 +0200 Subject: [PATCH] distgit-bz-sync: Change the time of the cron job so it runs sooner Signed-off-by: Pierre-Yves Chibon --- roles/openshift-apps/distgit-bugzilla-sync/templates/cron.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openshift-apps/distgit-bugzilla-sync/templates/cron.yml b/roles/openshift-apps/distgit-bugzilla-sync/templates/cron.yml index d8d0cb91fe..cd89f310ea 100644 --- a/roles/openshift-apps/distgit-bugzilla-sync/templates/cron.yml +++ b/roles/openshift-apps/distgit-bugzilla-sync/templates/cron.yml @@ -6,7 +6,7 @@ spec: successfulJobsHistoryLimit: 3 failedJobsHistoryLimit: 1 concurrencyPolicy: Forbid - schedule: "35 2 * * *" + schedule: "5 8 * * *" startingDeadlineSeconds: 500 jobTemplate: spec: