From 51ba167a09676538751614c3b16ea4358f028ab4 Mon Sep 17 00:00:00 2001 From: Andre Medeiros Date: Sat, 25 Jun 2022 15:13:56 -0400 Subject: [PATCH] tweak scaling --- render.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/render.yaml b/render.yaml index 132ecbb..cfd330c 100644 --- a/render.yaml +++ b/render.yaml @@ -89,7 +89,7 @@ services: scaling: minInstances: 2 maxInstances: 20 - targetCPUPercent: 75 + targetCPUPercent: 60 buildCommand: go install github.com/bugsnag/panic-monitor@latest && go build ./cmd/apollo startCommand: panic-monitor ./apollo worker --queue notifications --multiplier 64 @@ -107,7 +107,7 @@ services: scaling: minInstances: 1 maxInstances: 10 - targetCPUPercent: 75 + targetCPUPercent: 60 buildCommand: go install github.com/bugsnag/panic-monitor@latest && go build ./cmd/apollo startCommand: panic-monitor ./apollo worker --queue stuck-notifications --multiplier 64 @@ -151,7 +151,7 @@ services: scaling: minInstances: 1 maxInstances: 10 - targetCPUPercent: 75 + targetCPUPercent: 60 buildCommand: go install github.com/bugsnag/panic-monitor@latest && go build ./cmd/apollo startCommand: panic-monitor ./apollo worker --queue subreddits --multiplier 64 @@ -169,7 +169,7 @@ services: scaling: minInstances: 1 maxInstances: 10 - targetCPUPercent: 75 + targetCPUPercent: 60 buildCommand: go install github.com/bugsnag/panic-monitor@latest && go build ./cmd/apollo startCommand: panic-monitor ./apollo worker --queue trending --multiplier 64