Nice solution. Thank you, Gustavo.

2017-11-10 20:42 GMT+03:00 Gustavo Carneiro <[email protected]>:

>
>
> 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)
>
>
>>
>>
_______________________________________________
Supervisor-users mailing list
[email protected]
https://lists.supervisord.org/mailman/listinfo/supervisor-users

Reply via email to