From 9143c937e2391cc0bf1f882fcc845fed34c5a13c Mon Sep 17 00:00:00 2001 From: Nick Walton Date: Sat, 6 Apr 2019 23:00:18 -0600 Subject: [PATCH] app --- app.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app.yaml b/app.yaml index 77ef50f..7bc307e 100644 --- a/app.yaml +++ b/app.yaml @@ -6,7 +6,9 @@ instance_class: F4_1G entrypoint: gunicorn -t 120 --log-level debug -b :$PORT main:app env: flex threadsafe: yes -max_concurrent_requests: 2 + +automatic_scaling: + max_concurrent_requests: 2 resources: cpu: 2