diff --git a/roles/openshift-apps/toddlers/templates/cron_playtime.yml b/roles/openshift-apps/toddlers/templates/cron_playtime.yml index 801e8d150c..aeadbea7a9 100644 --- a/roles/openshift-apps/toddlers/templates/cron_playtime.yml +++ b/roles/openshift-apps/toddlers/templates/cron_playtime.yml @@ -325,7 +325,7 @@ spec: successfulJobsHistoryLimit: 3 failedJobsHistoryLimit: 3 concurrencyPolicy: Forbid - schedule: "15 4 * * *" + schedule: "30 5 * * *" startingDeadlineSeconds: 500 jobTemplate: spec: diff --git a/vars/apps/poddlers.yml b/vars/apps/poddlers.yml index 6ac39814dd..6215d815fd 100644 --- a/vars/apps/poddlers.yml +++ b/vars/apps/poddlers.yml @@ -111,6 +111,6 @@ poddlers_cronjobs: only_env: staging command: pagure_fas_groups_sync - name: koji-block-retired - schedule: "15 4 * * *" + schedule: "30 5 * * *" only_env: production command: koji_block_retired