Skip to content

Commit

Permalink
Temp - change gunicorn config to use a single worker
Browse files Browse the repository at this point in the history
  • Loading branch information
sabaimran committed Feb 20, 2024
1 parent 44f8f20 commit 45c5a25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gunicorn-config.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import multiprocessing

bind = "0.0.0.0:42110"
workers = 4
workers = 1
worker_class = "uvicorn.workers.UvicornWorker"
timeout = 120
keep_alive = 60
Expand Down

0 comments on commit 45c5a25

Please sign in to comment.