> Hello, uwsgi community.
>
> We have used uwsgi 2.0.7 for a long time and everything was fine.
> Today we have received following in logs.
>
> Tue Oct 14 08:36:32 2014 - Respawned uWSGI worker 1 (new pid: 32683)
> Tue Oct 14 08:36:32 2014 - mapped socket 0 (127.0.0.1:50031) to worker 1
> Tue Oct 14 08:36:33 2014 - *** HARAKIRI ON WORKER 2 (pid: 32434) ***
> Tue Oct 14 08:36:33 2014 - HARAKIRI: -- wchan> poll_schedule_timeout
> Tue Oct 14 08:36:33 2014 - HARAKIRI: --- uWSGI worker 2 (pid: 32434) WAS
> managing request / since Tue Oct 14 08:36:33 2014 ---
> {address space usage: 174055424 bytes/165MB} {rss usage: 48521216 bytes/
>
> And it repeats all the time. Uwsgi just relaunches workers all the time...
>
> hdd space - ok
> ram amount - ok
>
> Ubuntu 12.04
> Django 1.6.6
>
> Thanks
> _______________________________________________
> uWSGI mailing list
> [email protected]
> http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
>

poll_schedule_timeout generally happens when a socket is not giving data
in time.

Does your app connect to an external service that could be down/busy/slow ?

-- 
Roberto De Ioris
http://unbit.it
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to