Skip to content

Commit

Permalink
Merge pull request #41 from ebmdatalab/cronjobs
Browse files Browse the repository at this point in the history
Set up cron tasks
  • Loading branch information
ghickman authored Dec 1, 2023
2 parents c090b91 + fbb7e81 commit 1181696
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"cron": [
{
"command": "python -m metrics github",
"schedule": "@daily"
},
{
"command": "python -m metrics slack tech-support",
"schedule": "@daily"
}
]
}

0 comments on commit 1181696

Please sign in to comment.