express-mongoose-es6-rest-api
express-mongoose-es6-rest-api copied to clipboard
Graceful shutdown
Do you means nodejs or database connection crash?
@ouzhou I meant to handle SIGINT
and SIGTERM
signals, wait for server to serve ongoing requests and then stop the server.