From 7e1951aa07530b903bc776b2df8d6a0ce71cfc84 Mon Sep 17 00:00:00 2001 From: Michael Jackson Date: Wed, 26 Jun 2019 20:53:06 -0700 Subject: [PATCH] Increase max instances --- app.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.yaml b/app.yaml index 9d90d23..b30c84e 100644 --- a/app.yaml +++ b/app.yaml @@ -3,7 +3,7 @@ env: standard instance_class: F4 automatic_scaling: min_instances: 2 - max_instances: 12 + max_instances: 14 max_concurrent_requests: 20 target_throughput_utilization: 0.6 max_idle_instances: 2