double the amount of consumers

This commit is contained in:
Andre Medeiros 2022-11-05 20:02:51 -04:00
parent 77a6f67c7b
commit 275bcec3f0

View file

@ -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