Skip to content

Commit

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

0 comments on commit 2e8d24f

Please sign in to comment.