From 275bcec3f0ecab03b78cdc52525f86c5dff02606 Mon Sep 17 00:00:00 2001 From: Andre Medeiros Date: Sat, 5 Nov 2022 20:02:51 -0400 Subject: [PATCH] double the amount of consumers --- render.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/render.yaml b/render.yaml index 823e3e1..1a0dd07 100644 --- a/render.yaml +++ b/render.yaml @@ -101,7 +101,7 @@ services: maxInstances: 30 targetCPUPercent: 80 buildCommand: go install github.com/bugsnag/panic-monitor@latest && go build ./cmd/apollo - startCommand: panic-monitor ./apollo worker --queue notifications --consumers 256 + startCommand: panic-monitor ./apollo worker --queue notifications --consumers 512 # Stuck Notifications Checker - type: worker