Skip to content

Commit

Permalink
Change from "0 0 * * *" to */15 * * * * for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
anna-parker committed Aug 12, 2024
1 parent a27a0e8 commit e3b8e42
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ kind: CronJob
metadata:
name: loculus-get-ena-submission-list-cronjob
spec:
schedule: "0 0 * * *" # get submission list daily at midnight
schedule: "*/15 * * * *" # get submission list daily at midnight
startingDeadlineSeconds: 60
concurrencyPolicy: Forbid
jobTemplate:
Expand Down

0 comments on commit e3b8e42

Please sign in to comment.