Skip to content
This repository has been archived by the owner on Oct 27, 2023. It is now read-only.

Commit

Permalink
Add gunicorn debug
Browse files Browse the repository at this point in the history
  • Loading branch information
atuchin-m committed Oct 25, 2023
1 parent ef6fe95 commit f33f4eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard/api.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
service: api

runtime: python38
entrypoint: gunicorn -b:$PORT dashboard.dispatcher:APP --worker-class gthread --threads 5 --timeout 120
entrypoint: gunicorn -b:$PORT dashboard.dispatcher:APP --worker-class gthread --threads 1 --timeout 30 --debug
app_engine_apis: true
# 2048MB Memory, 2.4GHz CPU limit, support auto scaling.
instance_class: F4_1G
Expand Down

0 comments on commit f33f4eb

Please sign in to comment.