Skip to content

Commit

Permalink
Set explicit worker count
Browse files Browse the repository at this point in the history
  • Loading branch information
sarayourfriend authored Sep 11, 2023
1 parent 337f84e commit dc1d04c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"conf.asgi:application",
host="0.0.0.0",
port=8000,
workers=1,
reload=os.getenv("ENVIRONMENT") == "local",
log_level="debug",
log_config={
Expand Down

0 comments on commit dc1d04c

Please sign in to comment.