change cron schedule

This commit is contained in:
2024-07-03 21:57:26 -05:00
parent 79360ef998
commit 4948d8edcf
2 changed files with 2 additions and 2 deletions

View File

@@ -112,7 +112,7 @@ backup:
suspend: false
concurrencyPolicy: Forbid
timeZone: US/Central
schedule: "@every 24h"
schedule: 0 4 * * *
startingDeadlineSeconds: 90
successfulJobsHistory: 3
failedJobsHistory: 3

View File

@@ -175,7 +175,7 @@ snapshot:
suspend: false
concurrencyPolicy: Forbid
timeZone: US/Central
schedule: "@every 24h"
schedule: 0 4 * * *
startingDeadlineSeconds: 90
successfulJobsHistory: 3
failedJobsHistory: 3