From 7d30f6c7e779033502da3a23f355d1c1effc8ee9 Mon Sep 17 00:00:00 2001 From: Nick Walton Date: Wed, 29 May 2019 18:59:58 -0600 Subject: [PATCH] changed min instances to 1 --- app.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.yaml b/app.yaml index f7af71e..a63e5c9 100644 --- a/app.yaml +++ b/app.yaml @@ -3,7 +3,7 @@ entrypoint: gunicorn --timeout=300 --graceful-timeout=300 -b :$PORT main:app instance_class: F1 automatic_scaling: - min_instances: 2 + min_instances: 1 handlers: # This configures Google App Engine to serve the files in the app's static