forked from tjanczuk/iisnode
-
Notifications
You must be signed in to change notification settings - Fork 99
Open
Description
We have a node app running with IIS node that needs to do some resource cleanup on shutdown. We have tried the following event listeners:
process.on('SIGINT', handle);
process.on('SIGTERM', handle);
process.on('SIGHUP', handle);
process.on('exit', handle);
We haven't been able to get any of these events to fire resulting in resources not being cleaned up and causing issue on our VM.
Is there any other way to detect node shutdown in iisnode?
Metadata
Metadata
Assignees
Labels
No labels