From 47839da105d266763f4da90887bbb46b68c78807 Mon Sep 17 00:00:00 2001 From: Nick Walton Date: Tue, 9 Apr 2019 18:47:41 -0600 Subject: [PATCH] changed app.yaml --- README.md | 2 +- app.yaml | 16 +++------------- 2 files changed, 4 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 6c6cb48..c155884 100644 --- a/README.md +++ b/README.md @@ -1 +1 @@ -# AI-DungeonMaster +# Keys \ No newline at end of file diff --git a/app.yaml b/app.yaml index 9def78f..864cdba 100644 --- a/app.yaml +++ b/app.yaml @@ -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