opossum icon indicating copy to clipboard operation
opossum copied to clipboard

Node.js circuit breaker - fails fast ⚡️

Results 75 opossum issues
Sort by recently updated
recently updated
newest added

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade eslint from 8.14.0 to 8.15.0. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=npm&package_name=eslint&from_version=8.14.0&to_version=8.15.0&pr_id=4510f5c3-6103-438e-b5e9-4455df367fb7&visibility=true&has_feature_flag=false) :information_source: Keep your...

status/no-pr-activity

I'm using opossum and I was guessing if there is already a way to keep muiltiple processes circuit-breakers in sync and if there is a cli/web interface to ease the...

question
status/no-issue-activity

Webpack 5 has removed all the node core polyfills by default, so the opossum build breaks. I've rolledback to using webpack 4, but we should look at upgrading to the...

status/no-issue-activity

Hi, This is more of a question for an example / documentation links. I am testing out various circuit breakers and opossum is currently on my list. It seems to...

question
needs-review
status/no-issue-activity

Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=npm&package_name=documentation&from_version=13.2.5&to_version=14.0.0&pr_id=45a191c4-71f7-4116-b651-bfec21e911ce&visibility=true&has_feature_flag=false) #### Changes included in this PR - Changes to...

status/no-pr-activity

Snyk has created this PR to upgrade webpack from 4.46.0 to 5.74.0. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=npm&package_name=webpack&from_version=4.46.0&to_version=5.74.0&pr_id=c2d6ebf0-7e20-4c63-90cb-5d28ecceec36&visibility=true&has_feature_flag=false) :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more...

status/no-pr-activity

Snyk has created this PR to upgrade tape from 5.5.3 to 5.6.0. :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify...

Hey, This is a request to understand the current distributed systems support from opossum. We can store the latest rolling window state in a common store, but does it make...

question

When using a generic type parameter in the inner function, it seems to be omitted. ```ts const getFieldCB = new CircuitBreaker(getField); async function getField({ hash, key }: { hash: string;...

bug
status/no-issue-activity

Addresses https://github.com/nodeshift/opossum/issues/673 This PR adds `AbortController` support in Opossum. This is useful in conjunction with the timeout feature, where Opossum will signal upon timeout and allow users to cleanly abort...

enhancement