Skip to content
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

Option to use SIGKILL when stopping server #99

Merged
merged 3 commits into from
Feb 14, 2016

Conversation

jlsutherland
Copy link
Collaborator

This PR remedies an issue where the node process spawned by grunt ignores SIGTERM, failing to shut down and generating the error EADDRINUSE (see, e.g., #14).

The PR integrates an option called hardStop, passable via the usual options json, to send the SIGKILL command instead of SIGTERM when stopping the spawned process.

@ericclemmons
Copy link
Owner

Can you help with #98?

@jlsutherland
Copy link
Collaborator Author

Would be happy to.

@ericclemmons
Copy link
Owner

@jlsutherland You're all set! 🎉

@jlsutherland
Copy link
Collaborator Author

Woot!

@TSteele27
Copy link

Any idea when this fix will be merged and published to npm?

jlsutherland added a commit that referenced this pull request Feb 14, 2016
Option to use SIGKILL when stopping server
@jlsutherland jlsutherland merged commit 820ef38 into ericclemmons:master Feb 14, 2016
@mindvox
Copy link

mindvox commented Feb 16, 2016

Sorry for the late response on this, thanks for your efforts and addressing this issue 😄

@jlsutherland
Copy link
Collaborator Author

Welcome!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants