From 7c04c7c62f1a005603fc7c74913b78dda9dc6fec Mon Sep 17 00:00:00 2001 From: Eric Pugh Date: Wed, 15 Jan 2025 11:14:09 -0500 Subject: [PATCH] Can we have less config? --- app.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/app.json b/app.json index d87c95f8b..a5dc73496 100644 --- a/app.json +++ b/app.json @@ -80,14 +80,13 @@ } }, "formation": { - "worker": { + "web": { "quantity": 1, - "size": "standard-1x", - "command": "bundle exec bin/jobs" + "size": "standard-2x" }, - "web": { + "worker": { "quantity": 1, - "size": "standard-1x" + "size": "standard-2x" } }, "scripts": {