Skip to content

Commit

Permalink
jobs.yml: disable emails for stream task
Browse files Browse the repository at this point in the history
  • Loading branch information
siddharthvp committed Mar 5, 2024
1 parent 9b5e2bf commit 2ac8eda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
- {"continuous": true, "name": "stream", "command": "~/bin/node ~/SDZeroBot/eventstream-router/main.js", mem: "2Gi", "image": "node16", "emails": "onfailure"}
- {"continuous": true, "name": "stream", "command": "~/bin/node ~/SDZeroBot/eventstream-router/main.js", mem: "2Gi", "image": "node16"}
- {"schedule": "0 2 1,15 * *", "name": "job-mostimported", mem: "256Mi", "command": "~/SDZeroBot/job reports/most-imported-scripts/most-imported-scripts.js", "image": "node16", "emails": "onfailure"}
- {"schedule": "0 2,10,18 * * *", "name": "job-afc", mem: "256Mi", "command": "~/SDZeroBot/job reports/afc-sorting/afc-sorting.js", "image": "node16", "emails": "onfailure"}
- {"schedule": "15 2,10,18 * * *", "name": "job-pafc", mem: "256Mi", "command": "~/SDZeroBot/job reports/pending-afc.js", "image": "node16", "emails": "onfailure"}
Expand Down

0 comments on commit 2ac8eda

Please sign in to comment.