Skip to content

Commit

Permalink
Fix gunicorn error upon exit
Browse files Browse the repository at this point in the history
  • Loading branch information
PKizzle committed Feb 5, 2024
1 parent 845b90d commit fa3537a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lifecycle/worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class DjangoUvicornWorker(UvicornWorker):
"""Custom configured Uvicorn Worker without lifespan"""

CONFIG_KWARGS = {
"loop": "uvloop",
"loop": "asyncio",
"http": "httptools",
"lifespan": "off",
"ws": "wsproto",
Expand Down

0 comments on commit fa3537a

Please sign in to comment.