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

[This](https://github.com/godaddy/terminus/blob/main/example/mongoose/package.json#L3) version breaks security scan (CVE-2022-2564). Trivy throws false positive erros. In order to fix that,I've tried to open PR, but I don't have write access. I think changing package...

Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 17.4.2 to 19.0.3. Release notes Sourced from semantic-release's releases. v19.0.3 19.0.3 (2022-06-09) Bug Fixes log-repo: use the original form of the repo url to remove the need...

dependencies

Superseeds #211 FYI @gergelyke Adds info on how to use this with cluster.

Closes https://github.com/godaddy/terminus/issues/189. As noted in the PR, the hardcoded values for the top-level `status` property aren't playing well with other monitoring systems, such as Netfilx's Eureka Discovery server. Other monitoring...

https://github.com/godaddy/terminus/blob/16f14b4b44c404209a9d5028ea586cdefde4cb05/lib/terminus.js#L116 After all handlers have been called, `process.kill` is called instead of `process.exit`. Is it to avoid that Node.JS exit handlers are called?

question

When `terminus` reports a successful response, it'd reply with a JSON consisting of the top-level `status: "ok"`, accompanied by any additional health check info, when available. According to https://github.com/godaddy/terminus/blob/04191ccbf3a00d2bfb563fe5a1bfef2766da231d/lib/terminus.js#L6-L8 and...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request....

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

dependencies
javascript

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 12.20.10 to 20.11.30. 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.11.30)](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 Hey folks, thanks for the library! This is a small change to the types, with no functional changes, which should hopefully make things a tiny bit cleaner for...