changed min instances to 1

This commit is contained in:
Nick Walton
2019-05-29 18:59:58 -06:00
parent 676ecf31bd
commit 7d30f6c7e7
+1 -1
View File
@@ -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