opossum
opossum copied to clipboard
Node.js circuit breaker - fails fast ⚡️
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade tape from 5.7.0 to 5.7.2. :information_source: Keep your dependencies up-to-date....
Hi, I really like this project and I appreciate your work on it. I am missing one thing - how to use single breaker for a e.g. whole HTTP Client...
:robot: I have created a release *beep* *boop* --- ## [8.1.4](https://github.com/nodeshift/opossum/compare/v8.1.3...v8.1.4) (2023-11-29) ### Bug Fixes * upgrade eslint from 8.49.0 to 8.51.0 ([#835](https://github.com/nodeshift/opossum/issues/835)) ([99481d5](https://github.com/nodeshift/opossum/commit/99481d588970491bd5ead09f7fd10fdd63c7fd2f)) --- This PR was generated with...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade multiple dependencies. 👯♂ The following dependencies are linked and will...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade eslint-plugin-n from 15.6.1 to 16.1.0. :information_source: Keep your dependencies up-to-date....
As per my understanding, we currently do not support a count-based rolling window. I want CB to act based on the last 50-odd requests. Since my TPS fluctuates between day...
As of now, opossum supports a single errorThreshold for all the errors. I feel the need to set different error thresholds for different error types. Here are some advantages: 1....
As per my understanding, when opossum marks the circuit HALF_OPEN state, it allows all the requests. And when it receives the first response, it marks the circuit as CLOSED /...
## Node.js Version: v16.15.1 ## Operating System: MacOS 13.1 ## Steps to Produce Error: Just follow along the example in the[ documentation of Breaker State Initialization](https://www.npmjs.com/package/opossum). ``` const state =...
## Node.js Version: 19.6.0 ## Operating System: Linux PowerHorse 5.15.90.1-microsoft-standard-WSL2 #1 SMP Fri Jan 27 02:56:13 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux ## Steps to Produce Error: Hi, this is...