Skip to content
This repository was archived by the owner on Jun 21, 2022. It is now read-only.

Catch SIGTERM to gracefully clean up child processes & exit#25

Merged
groovecoder merged 1 commit into
mdn:masterfrom
lmorchard:graceful-exit-on-sigterm
Mar 8, 2013
Merged

Catch SIGTERM to gracefully clean up child processes & exit#25
groovecoder merged 1 commit into
mdn:masterfrom
lmorchard:graceful-exit-on-sigterm

Conversation

@lmorchard

Copy link
Copy Markdown
Contributor

This is a fix for the recurring restart issues we've been having for kumascript in production. The parent process wasn't gracefully exiting on kill -TERM, and instead just said "see ya suckers" and orphaned all the child processes.

@groovecoder

Copy link
Copy Markdown
Contributor

r+ for both

groovecoder added a commit that referenced this pull request Mar 8, 2013
Catch SIGTERM to gracefully clean up child processes & exit
@groovecoder groovecoder merged commit b57f7b5 into mdn:master Mar 8, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants