Skip to content

Commit

Permalink
update render.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
andremedeiros committed Mar 16, 2023
1 parent f878a46 commit 4735cde
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions render.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ services:
value: 1
- key: SERVER_RESET_QUERY
value: DISCARD ALL

# StatsD
- type: pserv
name: srv.statsd
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 4735cde

Please sign in to comment.