manual scaling

This commit is contained in:
Nick
2019-04-07 10:27:47 -06:00
parent 6e24d8d6a0
commit 12f3166f51
+5 -6
View File
@@ -2,16 +2,15 @@ runtime: python
runtime_config:
python_version: 3
instance_class: F4_1G
instance_class: B8
entrypoint: gunicorn -t 120 --log-level debug -b :$PORT main:app
env: flex
threadsafe: yes
threadsafe: true
automatic_scaling:
max_concurrent_requests: 1
manual_scaling:
instances: 4
resources:
cpu: 2
cpu: 1
memory_gb: 2.0
disk_size_gb: 10