-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Handle SIGHUP and friends gracefully #442
Comments
Take into account the new |
Merged
kuznetsss
added a commit
that referenced
this issue
Apr 23, 2024
kuznetsss
added a commit
that referenced
this issue
Jun 18, 2024
kuznetsss
added a commit
that referenced
this issue
Aug 1, 2024
kuznetsss
added a commit
that referenced
this issue
Aug 7, 2024
This was referenced Aug 12, 2024
Closed
kuznetsss
added a commit
that referenced
this issue
Aug 14, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently sending any signal to clio will stop it as there is no handling of signals at all atm.
Let's define which signals should do what and implement the handlers. The goal is to shutdown gracefully on a TBD set of signals.
The text was updated successfully, but these errors were encountered: