On Wed, Mar 11, 2015 at 1:31 PM, Tim Tisdall <[email protected]> wrote:
> On Tue, Mar 10, 2015 at 3:03 PM, Poh Yee Hui <[email protected]> wrote:
>> Hi,
>>
>> I am running uWSGI with python pyramid behind nginx on a raspberry pi.
>> One of the problems that I am facing right now is that there are times which
>> the workers are not responding to any of the requests.
>> I am quite sure that the connection is made as I am already asked for the
>> basic auth from nginx.
>> After that the log does not record anything further and after a while, nginx
>> returns me 504 Gateway Timeout.
>> Can anyone point out what might be the thing that is causing this to happen?
>> This happens sometimes only, which means there are times which it works as
>> it should.
>
> I too am running uwsgi, python pyramid, and nginx... though, on a
> regular server.  I'm not experiencing these issues.
>
> I think you need to provide more information because you haven't
> provided anything that would indicate an issue yet.  The screenshot
> seems to indicate you have the stats server working, so maybe there's
> something informative in there.

I just saw your previous email with your settings...  It seems you're
using locks, so maybe there's some deadlock occurring due to your use
of locks.  That's just a pure guess from the very little info you
provided, though.
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to