Django site runs into "504 timeout error"
- by jack
I have a Django based site on Nginx+FastCGI which keeps running into "504 timeout error" after about 30 minutes since FastCGI process restarted. I did a "ps -aux" check and a lot of FastCGI processes are with D status.
How can I figure out which part of the site make FastCGI processes not responsing?