mirror of
https://github.com/christianselig/apollo-backend
synced 2024-11-21 19:37:41 +00:00
update render.yaml
This commit is contained in:
parent
f878a463b7
commit
4735cdee44
1 changed files with 2 additions and 3 deletions
|
@ -46,7 +46,6 @@ services:
|
||||||
value: 1
|
value: 1
|
||||||
- key: SERVER_RESET_QUERY
|
- key: SERVER_RESET_QUERY
|
||||||
value: DISCARD ALL
|
value: DISCARD ALL
|
||||||
|
|
||||||
# StatsD
|
# StatsD
|
||||||
- type: pserv
|
- type: pserv
|
||||||
name: srv.statsd
|
name: srv.statsd
|
||||||
|
@ -90,8 +89,8 @@ services:
|
||||||
- key: BUGSNAG_METADATA_QUEUE
|
- key: BUGSNAG_METADATA_QUEUE
|
||||||
value: notifications
|
value: notifications
|
||||||
scaling:
|
scaling:
|
||||||
minInstances: 10
|
minInstances: 2
|
||||||
maxInstances: 30
|
maxInstances: 8
|
||||||
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 1024
|
startCommand: panic-monitor ./apollo worker --queue notifications --consumers 1024
|
||||||
|
|
Loading…
Reference in a new issue