Skip to content

Commit

Permalink
gadgets-sync: setup as cron job
Browse files Browse the repository at this point in the history
  • Loading branch information
siddharthvp committed May 3, 2024
1 parent bf3ed05 commit 3ad9b54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- {"schedule": "30 0,4,8,12,16,20 * * *", "name": "job-prod", mem: "256Mi", "command": "~/SDZeroBot/job reports/prod-sorting/prod-sorting.js", "image": "node18", "emails": "onfailure"}
- {"schedule": "30 1,5,9,13,17,21 * * *", "name": "job-afd", mem: "256Mi", "command": "~/SDZeroBot/job reports/afd-sorting/afd-sorting.js", "image": "node18", "emails": "onfailure"}
- {"schedule": "0 1 * * *", "name": "job-notifier", mem: "256Mi", "command": "~/SDZeroBot/job afd-notifications/notifier.js", "image": "node18", "emails": "onfailure"}
- {"schedule": "18 * * * *", "name": "gadgets-sync", mem: "256Mi", "command": "~/SDZeroBot/job gadgets-sync/gadgets-sync.js", "image": "node18", "emails": "onfailure"}
- {"schedule": "3 0 * * *", "name": "job-grid", mem: "256Mi", "command": "~/SDZeroBot/job reports/grid-afd-prod.js", "image": "node18", "emails": "onfailure"}
- {"schedule": "0 5 * * *", "name": "job-gan", mem: "256Mi", "command": "~/SDZeroBot/job reports/gan-sorting.js", "image": "node18", "emails": "onfailure"}
- {"schedule": "10 4 * * 1", "name": "job-g13-soon", mem: "256Mi", "command": "~/SDZeroBot/job reports/g13-soon.js", "image": "node18", "emails": "onfailure"}
Expand Down

0 comments on commit 3ad9b54

Please sign in to comment.