update render.yaml

This commit is contained in:
Andre Medeiros 2023-03-16 10:54:43 -04:00
parent f878a463b7
commit 4735cdee44
1 changed files with 2 additions and 3 deletions

View File

@ -46,7 +46,6 @@ services:
value: 1
- key: SERVER_RESET_QUERY
value: DISCARD ALL
# StatsD
- type: pserv
name: srv.statsd
@ -90,8 +89,8 @@ services:
- key: BUGSNAG_METADATA_QUEUE
value: notifications
scaling:
minInstances: 10
maxInstances: 30
minInstances: 2
maxInstances: 8
targetCPUPercent: 80
buildCommand: go install github.com/bugsnag/panic-monitor@latest && go build ./cmd/apollo
startCommand: panic-monitor ./apollo worker --queue notifications --consumers 1024