We have 2 servers with the same code. Memcache bucket is configured in
django as

CACHES = {
    'default': {
        ....
        'LOCATION': ['192.168.0.102:11411', '192.168.0.103:11411', ],
        ....
    },

One of servers became unavailable. Looks like the second one cant work
properly without first one...

> 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
>
> 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 ?
>
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to