>
> Hi Uwsgi List,
>
> Is there a way to gracefully stop uwsgi? As in: stop accepting new
> requests, but finish any existing in-flight requests.
>
> I see an option for a graceful reload, but that won’t work for our
> situation. Both SIGTERM and SIGINT are instant stops; any in-process
> requests get a 503 response generated (at least, that’s what I’m seeing in
> our setup). Running another process in front of uwsgi is not a good
> solution for us either — we already have varnish talking to our backend
> nodes.
>
> Thanks!
>
> -Jeff
> _______________________________________________
> uWSGI mailing list
> [email protected]
> http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
>


http://uwsgi-docs.readthedocs.org/en/latest/MasterFIFO.html

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

Reply via email to