From 9b9d3364b523dfd0f708443f980e30e4df1f6e74 Mon Sep 17 00:00:00 2001 From: Michael Jackson Date: Wed, 31 Jul 2019 08:58:08 -0700 Subject: [PATCH] Use max_idle_instances to keep idle instances down to a reasonable number --- app.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/app.yaml b/app.yaml index ec55629..3573d74 100644 --- a/app.yaml +++ b/app.yaml @@ -2,6 +2,7 @@ runtime: nodejs10 env: standard instance_class: F4 automatic_scaling: + max_idle_instances: 2 max_concurrent_requests: 20 env_variables: NODE_ENV: 'production'