-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
delay between stop and start on restart #1602
Comments
Can you try with the |
By updating to 1.19.2 the problem is less often but I still have it. Adding |
after some tests, I never have the problem if I remove |
This issue has been automatically marked as idle and stale because it hasn't had any recent activity. It will be automtically closed if no further activity occurs. If you think this is wrong, or the problem still persists, just pop a reply in the comments and @remy will (try!) to follow up. |
nodemon -v
: 1.19.2node -v
: 10.16.3Expected behaviour
when I restart my application using
rs
or by editing a file, I want to gracefully stop my application then restart itActual behaviour
when I tap
rs
the application start before the previous one stop. I have to stop it withCTRL+C
, then restart it.Steps to reproduce
start an app which take some time to gracefully stop, then tap
rs
I don't know if it's possible to catch when the app is completely stopped before restarting it, but if not adding a configurable delay between the stop and the start should be enough
The text was updated successfully, but these errors were encountered: