Handle graceful termination on SIGINT/SIGTERM signals #39
Labels
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
jammella/gancio.notification#39
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Termination due to signals or
os.Exit()calls don't necessarily trigger the defer chain. For a clean shutdown and graceful termination:returntoos.Exit()calls in the handlers (or find a workaround)Address it in #86