From 3289881a211b21584c576ae0b0a6394cc19f6aed Mon Sep 17 00:00:00 2001 From: Michael Jackson Date: Sun, 4 Aug 2019 23:23:50 -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 26644cc..fe7bc1a 100644 --- a/app.yaml +++ b/app.yaml @@ -5,6 +5,6 @@ automatic_scaling: max_idle_instances: 1 max_concurrent_requests: 40 target_cpu_utilization: 0.8 - max_instances: 12 + max_instances: 16 env_variables: NODE_ENV: 'production'