Django site runs into "504 timeout error"
Posted
by jack
on Stack Overflow
See other posts from Stack Overflow
or by jack
Published on 2010-03-19T12:18:42Z
Indexed on
2010/03/19
12:21 UTC
Read the original article
Hit count: 182
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?
© Stack Overflow or respective owner