Skip to content

Commit

Permalink
run the jobscrapper cronjob at 5h am in the morning
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasCardin committed Sep 5, 2024
1 parent 84a5420 commit c474ae9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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: "40 23 * * *"
schedule: "0 5 * * *" # Run every day at 5:00 AM
jobTemplate:
spec:
template:
Expand All @@ -15,7 +15,7 @@ spec:
- name: DISCORD_WEBHOOK_URL
value: "https://discord.com/api/webhooks/1280607467704815617/B343SiZxAsWSe0KZc6JJnphbuxau1PrO3V0mXAwmlx7L4BxjN9836PTIruZC4hDfgjfn"
- name: JOBS_SCRAPPER_LIST
value: "golang,sre,system performance"
value: "golang,sre,system performance engineer"
- name: JOBS_SCRAPPER_LOCATION
value: "Montreal, QC, CA"
- name: JOBS_SCRAPPER_COUNTRY
Expand Down

0 comments on commit c474ae9

Please sign in to comment.