terminus icon indicating copy to clipboard operation
terminus copied to clipboard

Graceful shutdown and Kubernetes readiness / liveness checks for any Node.js HTTP applications

Results 25 terminus issues
Sort by recently updated
recently updated
newest added

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 12.20.10 to 20.12.8. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=12.20.10&new-version=20.12.8)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
javascript

## Summary This update modifies the onSignal function, enabling it to accept a signal parameter. Previously, the function was limited in its capability to handle different signals dynamically. This change...

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.9.9 to 5.4.5. Release notes Sourced from typescript's releases. TypeScript 5.4.5 For release notes, check out the release announcement. For the complete list of fixed issues, check...

dependencies
javascript

Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2. Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect allow list bypass Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2 4.19.1 What's Changed Fix...

dependencies
javascript

In the readme https://github.com/godaddy/terminus?tab=readme-ov-file#how-to-set-terminus-up-with-kubernetes, it suggest it should start failing readiness probe before terminating. Does that mean if the `failureThreshold` in kubernetes is 3 and `periodSeconds` is 5, then it...