Skip to content

Commit

Permalink
Schedule for test purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
hannah-macdonald1 committed Feb 2, 2024
1 parent c8a7471 commit 70272ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions containers/db_cleanup/openshift/templates/db-cleanup-dc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ objects:
metadata:
name: db-cleanup-cronjob
spec:
schedule: "30 2 * * SUN"
# schedule: "30 2 * * SUN"
# Different schedule for test purposes
# schedule: "*/5 * * * *"
schedule: "*/5 * * * *"
startingDeadlineSeconds: 200
concurrencyPolicy: Forbid
successfulJobsHistoryLimit: 3
Expand Down

0 comments on commit 70272ce

Please sign in to comment.