Answer the question
In order to leave comments, you need to log in
Why so many gunicorn worker processes?
workers = 4 threads = 1
Tell me why if you specify and start the server
in the gunicorn configs , the command pstree -ap|grep gunicorn
issues
|-gunicorn: maste,22988
| |-gunicorn: worke,20372
| |-gunicorn: worke,20373
| |-gunicorn: worke,20374
| `-gunicorn: worke,20375
| |-grep,20386 gunicorn
|-gunicorn: maste,22988
| |-gunicorn: worke,20372
| | |-{gunicorn: worke},20390
| | `-{gunicorn: worke},20391
| |-gunicorn: worke,20373
| | |-{gunicorn: worke},20394
| | `-{gunicorn: worke},20395
| |-gunicorn: worke,20375
| | |-{gunicorn: worke},20388
| | `-{gunicorn: worke},20389
| `-gunicorn: worke,20396
| |-grep,20401 gunicorn
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question