changed app.yaml

This commit is contained in:
Nick Walton
2019-04-09 18:47:41 -06:00
parent 0a7859524f
commit 47839da105
2 changed files with 4 additions and 14 deletions
+1 -1
View File
@@ -1 +1 @@
# AI-DungeonMaster
# Keys
+3 -13
View File
@@ -1,17 +1,7 @@
runtime: python
runtime_config:
python_version: 3
entrypoint: gunicorn -t 240 --log-level debug --debug -b :$PORT main:app
threadsafe: true
env: flex
runtime: python37
entrypoint: gunicorn --timeout=300 --graceful-timeout=300 --log-level debug --debug -b :$PORT main:app
instance_class: F1
manual_scaling:
instances: 4
resources:
cpu: 1
memory_gb: 2.0
disk_size_gb: 10
handlers:
# This configures Google App Engine to serve the files in the app's static