Skip to content

Commit

Permalink
fix: janky cron to avoid asterisks (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts authored Dec 19, 2023
1 parent 123cfc9 commit bba47c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/openshift.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ objects:
app: "${NAME}-${ZONE}"
cronjob: "${NAME}-${ZONE}"
spec:
schedule: "${CRON_MINUTES} 8 * * *" # Run daily at 8:xx AM UTC
schedule: "${CRON_MINUTES} 8 1-31 1-12 0-6" # Run daily at 8:xx AM UTC
concurrencyPolicy: "Replace"
successfulJobsHistoryLimit: "${{SUCCESS_JOBS_HISTORY_LIMIT}}"
failedJobsHistoryLimit: "${{FAILED_JOBS_HISTORY_LIMIT}}"
Expand Down

0 comments on commit bba47c8

Please sign in to comment.