Skip to content

Commit

Permalink
Set up cron tasks
Browse files Browse the repository at this point in the history
The daily tasks use yesterdays date to ensure we get a full days data
  • Loading branch information
ghickman committed Dec 1, 2023
1 parent c090b91 commit fbb7e81
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 fbb7e81

Please sign in to comment.