From d4b7dead3f303256e29931321450546b603e740e Mon Sep 17 00:00:00 2001 From: Michael Jackson Date: Wed, 31 Jul 2019 08:35:28 -0700 Subject: [PATCH] Experimenting with max_concurrent_requests --- app.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app.yaml b/app.yaml index 43d79f5..ec55629 100644 --- a/app.yaml +++ b/app.yaml @@ -2,7 +2,6 @@ runtime: nodejs10 env: standard instance_class: F4 automatic_scaling: - min_idle_instances: 2 - max_instances: 12 + max_concurrent_requests: 20 env_variables: NODE_ENV: 'production'