From 2070fdf112f169d577767874bba3f12a0a5e5ef0 Mon Sep 17 00:00:00 2001 From: Mikhail Atuchin Date: Wed, 25 Oct 2023 13:10:33 +0100 Subject: [PATCH] Add gunicorn debug --- dashboard/api.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dashboard/api.yaml b/dashboard/api.yaml index 6b94b0b0f9..c00e560e43 100644 --- a/dashboard/api.yaml +++ b/dashboard/api.yaml @@ -1,8 +1,8 @@ service: api runtime: python38 -entrypoint: gunicorn -b:$PORT dashboard.dispatcher:APP --worker-class gthread --threads 5 --timeout 120 -app_engine_apis: true +entrypoint: gunicorn -b:$PORT dashboard.dispatcher:APP --keep-alive 20 --worker-class gthread --threads 10 --timeout 60 --log-level debug --access-logfile '-' --log-file '-' +app_engine_apis: truegi # 2048MB Memory, 2.4GHz CPU limit, support auto scaling. instance_class: F4_1G