From af2fb1b14612f40cf57aee62281beb156c5de741 Mon Sep 17 00:00:00 2001 From: Pranav Raj S Date: Tue, 1 Dec 2020 14:56:05 +0530 Subject: [PATCH] fix: Add worker to the formation (#1470) --- app.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app.json b/app.json index 794f8de70..b321e9b89 100644 --- a/app.json +++ b/app.json @@ -34,6 +34,10 @@ "web": { "quantity": 1, "size": "FREE" + }, + "worker": { + "quantity": 1, + "size": "FREE" } }, "image": "heroku/ruby",