From d6f5671efb08f0a0fca976905ef16328c9b7a0c8 Mon Sep 17 00:00:00 2001 From: Andre Medeiros Date: Mon, 23 May 2022 15:53:01 -0400 Subject: [PATCH] tune autoscaling for notifications worker --- render.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/render.yaml b/render.yaml index 62d01fe..ef774e6 100644 --- a/render.yaml +++ b/render.yaml @@ -83,8 +83,8 @@ services: - key: BUGSNAG_METADATA_QUEUE value: notifications scaling: - minInstances: 1 - maxInstances: 10 + minInstances: 2 + maxInstances: 20 targetCPUPercent: 75 buildCommand: go install github.com/bugsnag/panic-monitor@latest && go build ./cmd/apollo startCommand: panic-monitor ./apollo worker --queue notifications --multiplier 64