Gunicorn | Threading
Context
Question
How to configure threading in gunicorn?
Answer
- https://docs.gunicorn.org/en/stable/settings.html#preload-app
- https://stackoverflow.com/questions/35837786/how-to-run-flask-with-gunicorn-in-multithreaded-mode
- https://docs.gunicorn.org/en/stable/design.html?highlight=threading#how-many-threads
- https://github.com/benoitc/gunicorn/issues/2320
- https://luis-sena.medium.com/gunicorn-vs-python-gil-221e673d692
- https://github.com/benoitc/gunicorn/issues/1836
What I Learned
Resources
Tags: