Gunicorn

This is part of the Semicolon&Sons Code Diary - consisting of lessons learned on the job. You're in the python category.

Last Updated: 2024-04-25

I ran gunicorn with gunicorn mysite.asgi:application --pythonpath mysite --timeout 15 --max-requests 10000 --worker-class uvicorn.workers.UvicornWorker --bind unix:/tmp/asgi.sock