mirror of
https://github.com/christianselig/apollo-backend
synced 2024-11-12 23:17:44 +00:00
double the amount of consumers
This commit is contained in:
parent
77a6f67c7b
commit
275bcec3f0
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ services:
|
||||||
maxInstances: 30
|
maxInstances: 30
|
||||||
targetCPUPercent: 80
|
targetCPUPercent: 80
|
||||||
buildCommand: go install github.com/bugsnag/panic-monitor@latest && go build ./cmd/apollo
|
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
|
# Stuck Notifications Checker
|
||||||
- type: worker
|
- type: worker
|
||||||
|
|
Loading…
Reference in a new issue