-
Notifications
You must be signed in to change notification settings - Fork 64
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
when does Graceful shutdown happens? #69
Comments
I would advise you to look at your node app code and debug why it exits. This has nothing to do with graceful shutdown, graceful shutdown only ensures that services get a chance to do cleanup on request for stopping them. |
Thanks for the answer. What could be the cases when the service could stop automatically ? I have following in the log when my service stopped last time . . events.js:72 |
Not sure if this should be asked here but how would I shutdown a service after it's installed? For example I do |
I have a script which many a times exits when an error is encountered.
Have it on using forever service, Found that the service status is stopped, many a times.
is that something to do with graceful shutdown?
btw I have a node program with error, installed as a service and there I do not see the service status as stopped.
The text was updated successfully, but these errors were encountered: