Skip to content

Commit

Permalink
Fix gunicorn preload option
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksellen committed Aug 25, 2023
1 parent 21c5ee8 commit e107e93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion karrot/cli.py
Expand Up @@ -126,7 +126,7 @@ def server_uvicorn():
"""

options = {
'preload': True,
'preload_app': True,
'workers': settings.LISTEN_CONCURRENCY,
'worker_class': 'karrot.cli.KarrotUvicornWorker',
'accesslog': '-', # write access logs to stdout
Expand Down

0 comments on commit e107e93

Please sign in to comment.