Re: Strange requests stalling inside nginx

2017-02-13 Thread Maxim Dounin
Hello! On Mon, Feb 13, 2017 at 07:16:00AM -0500, MichaelLogutov wrote: > Maxim Dounin Wrote: > --- > > Hello! > > > > On Sat, Feb 11, 2017 at 04:06:29PM -0500, MichaelLogutov wrote: > > > > > Hello. > > > We have some strange issues when reque

Re: Strange requests stalling inside nginx

2017-02-13 Thread MichaelLogutov
Maxim Dounin Wrote: --- > Hello! > > On Sat, Feb 11, 2017 at 04:06:29PM -0500, MichaelLogutov wrote: > > > Hello. > > We have some strange issues when requests seems to stall inside > nginx - in > > nginx log we see that request took 1 second (a

Re: Strange requests stalling inside nginx

2017-02-12 Thread Maxim Dounin
Hello! On Sat, Feb 11, 2017 at 04:06:29PM -0500, MichaelLogutov wrote: > Hello. > We have some strange issues when requests seems to stall inside nginx - in > nginx log we see that request took 1 second (and was terminated by client > timeout), while excactly the same request (we have special uni

Strange requests stalling inside nginx

2017-02-11 Thread MichaelLogutov
Hello. We have some strange issues when requests seems to stall inside nginx - in nginx log we see that request took 1 second (and was terminated by client timeout), while excactly the same request (we have special unique headers to mark them) from the uwsgi logs took only 100ms to complete. We al