aboutsummaryrefslogtreecommitdiff
path: root/app.json
diff options
context:
space:
mode:
Diffstat (limited to 'app.json')
-rw-r--r--app.json9
1 files changed, 1 insertions, 8 deletions
diff --git a/app.json b/app.json
index 3eb6efb0..58d7645c 100644
--- a/app.json
+++ b/app.json
@@ -57,14 +57,7 @@
},
"addons": [
"heroku-postgresql:hobby-dev",
- {
- "plan": "scheduler:standard",
- "options": {
- "frequency": "hourly",
- "task": "python src/manager.py fetch_asyncio"
- },
- "as": "SCHEDULER"
- }
+ "scheduler:standard"
],
"buildpacks": [
{
bgstack15