From 3424643488f03a0a34e69ec1920745f6dea211b3 Mon Sep 17 00:00:00 2001 From: Michael Jackson Date: Wed, 30 Jan 2019 08:08:57 -0700 Subject: [PATCH] Tweak production scaling params --- app.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app.yaml b/app.yaml index c39bcca..9d90d23 100644 --- a/app.yaml +++ b/app.yaml @@ -3,7 +3,7 @@ env: standard instance_class: F4 automatic_scaling: min_instances: 2 - max_instances: 8 - max_concurrent_requests: 40 + max_instances: 12 + max_concurrent_requests: 20 target_throughput_utilization: 0.6 max_idle_instances: 2