From 14ce3e07f53085073fb7f37c7dc8839492681861 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Phillip=20K=C3=BChne?= Date: Tue, 5 Oct 2021 22:49:00 +0200 Subject: [PATCH] Force no scaling --- backend/app/app.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/backend/app/app.yaml b/backend/app/app.yaml index 6fcd624..645783e 100644 --- a/backend/app/app.yaml +++ b/backend/app/app.yaml @@ -1,5 +1,9 @@ runtime: python39 +manual_scaling: + # Das ist alles bloß dumm schnell zusammengehackt... + instances: 1 + handlers: # This configures Google App Engine to serve the files in the app's static # directory.