diff --git a/app.json b/app.json new file mode 100644 index 00000000..2d956218 --- /dev/null +++ b/app.json @@ -0,0 +1,12 @@ +{ + "cron": [ + { + "command": "python -m metrics github", + "schedule": "@daily" + }, + { + "command": "python -m metrics slack tech-support", + "schedule": "@daily" + } + ] +}