aboutsummaryrefslogtreecommitdiff
path: root/app.json
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2016-11-21 08:53:33 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2016-11-21 08:53:33 +0100
commitd83598bbc53ecebc68bd8641f66159a72b8aa426 (patch)
treee28ff37b16005298e14b7663c1eac2a4d6ba6a72 /app.json
parentUpdated app.json (diff)
downloadnewspipe-d83598bbc53ecebc68bd8641f66159a72b8aa426.tar.gz
newspipe-d83598bbc53ecebc68bd8641f66159a72b8aa426.tar.bz2
newspipe-d83598bbc53ecebc68bd8641f66159a72b8aa426.zip
Updated app.json
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