From 79e0a2f82e4ebf8aaa2c0b6576d78039a9e76a70 Mon Sep 17 00:00:00 2001 From: Panagiotis Astithas Date: Wed, 12 Feb 2025 22:47:10 +0000 Subject: [PATCH] Double the min number of instances and the cool down period --- webapp/web/app.staging.yaml | 6 +++++- webapp/web/app.yaml | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/webapp/web/app.staging.yaml b/webapp/web/app.staging.yaml index df9d56b438..6aef88cda2 100644 --- a/webapp/web/app.staging.yaml +++ b/webapp/web/app.staging.yaml @@ -4,7 +4,11 @@ runtime: custom env: flex -instance_class: F4_1G + +automatic_scaling: + min_num_instances: 4 + max_num_instances: 20 + cool_down_period_sec: 180 inbound_services: - warmup diff --git a/webapp/web/app.yaml b/webapp/web/app.yaml index 4e28c07d32..7cc17d0ee4 100644 --- a/webapp/web/app.yaml +++ b/webapp/web/app.yaml @@ -4,7 +4,11 @@ runtime: custom env: flex -instance_class: F4_1G + +automatic_scaling: + min_num_instances: 4 + max_num_instances: 20 + cool_down_period_sec: 180 inbound_services: - warmup