I'm using Cherokee(uwsgi) with Django and my timeouts are ridiculous(according to Cherokee). How can I track down what pages are causing these timeouts?
Asked
Active
Viewed 100 times
1 Answers
0
Configure uWSGI without the Cherokee wizard (as a remote source). And study its logs. They report the time taken by each request and all the disconnections/timeout.
Use TCP sockets so you can get listen queue debug (it will warn you if the number of uWSGI workers is not enough)

roberto
- 1