From 957aec9a229e2c69175b7815fc0470f47ba9c563 Mon Sep 17 00:00:00 2001 From: Michael Jackson Date: Tue, 30 Jul 2019 17:56:59 -0700 Subject: [PATCH] Remove max_instances --- app.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/app.yaml b/app.yaml index 43d79f5..9b7f6f4 100644 --- a/app.yaml +++ b/app.yaml @@ -3,6 +3,5 @@ env: standard instance_class: F4 automatic_scaling: min_idle_instances: 2 - max_instances: 12 env_variables: NODE_ENV: 'production'