From 4735cdee446ff95f45648753a0df4a3ec312d93e Mon Sep 17 00:00:00 2001 From: Andre Medeiros Date: Thu, 16 Mar 2023 10:54:43 -0400 Subject: [PATCH] update render.yaml --- render.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/render.yaml b/render.yaml index b3befb1..8a8b7cd 100644 --- a/render.yaml +++ b/render.yaml @@ -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