Thank you Eric, I will look into the other worker to see what is going on with it. I still appreciate any hints you all can give me on where I can check. I'm also looking into the OS TCP timeouts to see if what Daniel said may be a problem.
Eric Wong <[email protected]> wrote: > > OK. Does the other app connect to any other external services? > If you're not sure, you can check with: lsof -p $WORKER_PID > > Do lsof once a worker has had a few requests served, as some libraries > lazily open connections. I suggest debugging problems on an instance > with only one worker to make reproducing the problem easier. > -- > EW
