Skip to content

Commit

Permalink
Experiment with gthread worker
Browse files Browse the repository at this point in the history
  • Loading branch information
DeD1rk committed Oct 21, 2023
1 parent fe78ffb commit da344f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion infra/concrexit/server-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ MANAGE_PY=1 runuser -u appuser -- ./manage.py createcachetable
exec runuser -u appuser -- /venv/bin/gunicorn \
--bind 0.0.0.0:8000 \
--log-level info \
--worker-class gthread \
--workers 4 \
--threads 20 \
--threads 4 \
--timeout 240 \
--capture-output thaliawebsite.wsgi:application \

0 comments on commit da344f7

Please sign in to comment.