Comment 1 for bug 2045168

Revision history for this message
Rodrigo Barbieri (rodrigo-barbieri2010) wrote :

I logged the call stack around the sleep and compared the call stack of the first call with the one that loops, and they are identical, but on different threads. Apparently, it is wsgi or django that is spawning a new thread when it takes more than 30 seconds for the previous thread to finish.