You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<b><a href="#table-of-contents">↥ back to top</a></b>
4190
4190
</div>
4191
4191
4192
+
## Q. How to gracefully shutdown Node.js Server?
4193
+
4194
+
The graceful shutdown of our application indicates when all of the resources it used and all of the traffic and/or data processing what it handled are closed and released properly. It means that no database connection remains open and no ongoing request fails because we stop our application.
4195
+
4196
+
Possible scenarios for a graceful web server shutdown:
0 commit comments