To clarify: --reload-mercy - used when reloading/stopping whole uWSGI instance --worker-reload-mercy - used when reloading/stopping single worker
Isn't Options.rst autogenerated using some script (the thing in _options dir I suspect)? It does that, but it has all uWSGI options redefined there, much better approach would be to extract all options from source and generate doc page with that. It shouldn't be much work, I'll try to write such script during weekend idleness. 2013/4/12 Igor Katson <igor.kat...@gmail.com> > cool, thanks Roberto, works like a charm. > > It should be probably documented here > http://uwsgi-docs.readthedocs.org/en/latest/Options.html > > > > On Fri, Apr 12, 2013 at 12:06 AM, Roberto De Ioris <robe...@unbit.it>wrote: > >> >> > Hi, >> > >> > I have "reload-mercy = 5" set in the .ini file, but it seems to be still >> > 60, these are the messages from the log: >> > >> > our mercy for graceful operations on workers is 60 seconds >> > Fri Apr 12 10:56:44 2013 - worker 1 (pid: 19336) is taking too much time >> > to >> > die...NO MERCY !!! >> > >> > The second line appears only around a minute after restart. >> > >> > uWSGI version is 1.9.6, using gevent loop. >> > >> > Thanks for your reply, >> > Regards, >> > >> > Igor Katson. >> > >> > P.S. Roberto, thanks again for the awesome uWSGI! >> > _______________________________________________ >> > uWSGI mailing list >> > uWSGI@lists.unbit.it >> > http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi >> > >> >> --worker-reload-mercy is what you need, reload-mercy is a global value >> used as a fallback >> >> >> -- >> Roberto De Ioris >> http://unbit.it >> _______________________________________________ >> uWSGI mailing list >> uWSGI@lists.unbit.it >> http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi >> > > > _______________________________________________ > uWSGI mailing list > uWSGI@lists.unbit.it > http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi > > -- Łukasz Mierzwa
_______________________________________________ uWSGI mailing list uWSGI@lists.unbit.it http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi