Skip to content

Commit

Permalink
changed jobscrapper cronjob schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasCardin committed Sep 4, 2024
1 parent 3f3b1a8 commit 84a5420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/apps/jobscrapper/base/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: CronJob
metadata:
name: jobscrapper-cronjob
spec:
schedule: "0 * * * *" # 40 23 * * *
schedule: "40 23 * * *"
jobTemplate:
spec:
template:
Expand Down

0 comments on commit 84a5420

Please sign in to comment.