Closed jason-fox closed 2 years ago
Changes Missing Coverage | Covered Lines | Changed/Added Lines | % | ||
---|---|---|---|---|---|
lib/iotagent-manager.js | 3 | 9 | 33.33% | ||
<!-- | Total: | 3 | 9 | 33.33% | --> |
Totals | |
---|---|
Change from base Build 1452758808: | -0.6% |
Covered Lines: | 503 |
Relevant Lines: | 626 |
This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Changes Missing Coverage | Covered Lines | Changed/Added Lines | % | ||
---|---|---|---|---|---|
lib/iotagent-manager.js | 3 | 9 | 33.33% | ||
<!-- | Total: | 3 | 9 | 33.33% | --> |
Totals | |
---|---|
Change from base Build 1452758808: | -0.6% |
Covered Lines: | 503 |
Relevant Lines: | 626 |
When a shutdown signal is sent, we need to do graceful shutdown out of Node.js and Express to avoid side effects like finishing active requests before closing server, clean up resources, db connections etc.
see: https://stackfame.com/node-express-graceful-shutdown