On 10 November 2017 at 12:34, Yuriy Zhilovets <[email protected]>
wrote:

> Hi everybody!
>
> Some servers (e.g. Nginx, Perl Hypnotoad) has so called zero downtime
> upgrade. Some signal, e.g. USR2, causes a server to reload himself
> gracefully, not losing existing connections.
>
> How to teach a Supervisord to do "supervisorctl restart xxx" in this way?
>

kill -USR2 $(supervisorctl pid xxx)


>
> Yuriy Zhilovets
>
>
> _______________________________________________
> Supervisor-users mailing list
> [email protected]
> https://lists.supervisord.org/mailman/listinfo/supervisor-users
>
>


-- 
Gustavo J. A. M. Carneiro
Gambit Research
"The universe is always one step beyond logic." -- Frank Herbert
_______________________________________________
Supervisor-users mailing list
[email protected]
https://lists.supervisord.org/mailman/listinfo/supervisor-users

Reply via email to