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