From d83598bbc53ecebc68bd8641f66159a72b8aa426 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Mon, 21 Nov 2016 08:53:33 +0100 Subject: Updated app.json --- app.json | 9 +-------- 1 file changed, 1 insertion(+), 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": [ { -- cgit