From 8946b8d89955ba9783d14424cc9d78c8047c243a Mon Sep 17 00:00:00 2001 From: gonzalezzfelipe Date: Tue, 26 Nov 2024 09:23:05 -0300 Subject: [PATCH 1/3] chore: Update autoscaler values --- .github/workflows/deploy.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ec2cab7..bb94012 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -135,14 +135,14 @@ jobs: include: - region: us-east-1 region_prefix: a - autoscaler_high_watermark: 5 - autoscaler_low_watermark: 1 - autoscaler_max_batch: 2 + autoscaler_high_watermark: 100 + autoscaler_low_watermark: 20 + autoscaler_max_batch: 10 - region: eu-central-1 region_prefix: b - autoscaler_high_watermark: 5 - autoscaler_low_watermark: 1 - autoscaler_max_batch: 2 + autoscaler_high_watermark: 100 + autoscaler_low_watermark: 20 + autoscaler_max_batch: 10 - region: us-west-2 region_prefix: c autoscaler_high_watermark: 5 From 5011497911b10311aeea6c971b96d25270c33d80 Mon Sep 17 00:00:00 2001 From: gonzalezzfelipe Date: Tue, 26 Nov 2024 09:28:26 -0300 Subject: [PATCH 2/3] Also scale us-west-2 --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index bb94012..c3eb563 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -145,8 +145,8 @@ jobs: autoscaler_max_batch: 10 - region: us-west-2 region_prefix: c - autoscaler_high_watermark: 5 - autoscaler_low_watermark: 1 + autoscaler_high_watermark: 100 + autoscaler_low_watermark: 20 autoscaler_max_batch: 2 env: From 337289b21a7e611e1dedb2f8b96cbd241a33eec9 Mon Sep 17 00:00:00 2001 From: gonzalezzfelipe Date: Tue, 26 Nov 2024 09:34:00 -0300 Subject: [PATCH 3/3] Also scale us-west-2 --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c3eb563..de7bc02 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -147,7 +147,7 @@ jobs: region_prefix: c autoscaler_high_watermark: 100 autoscaler_low_watermark: 20 - autoscaler_max_batch: 2 + autoscaler_max_batch: 10 env: # Secrets