> Hi, > > I have this log message > > The work of process 13041 is done. Seeya! > > interrupt the worker sometimes. What may the reason be? > > There's some background greenlets always killed by it, so that the never > finish their job. > > https://gist.github.com/ikatson/8817587 > > Thanks! > _______________________________________________ > uWSGI mailing list > [email protected] > http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi >
from your config the only option triggering it is reload-on-rss. Your worker reached 300 megs and the master recycled it -- Roberto De Ioris http://unbit.it _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
