You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using Einhorn I know we can specify a PID file to write to such as "einhorn -e einhorn.pid ./main" but whenever I kill that PID the entire process dies.
How do I get the PID of the worker and not the master so I can do "kill -USR2 PID"
The text was updated successfully, but these errors were encountered:
To initiate a graceful restart using einhorn, you typically send HUP to the einhorn process itself—einhorn is responsible for sending its children USR2 as appropriate.
When using Einhorn I know we can specify a PID file to write to such as "einhorn -e einhorn.pid ./main" but whenever I kill that PID the entire process dies.
How do I get the PID of the worker and not the master so I can do "kill -USR2 PID"
The text was updated successfully, but these errors were encountered: