-
The circuit breaker pattern as per the linked docs is to allow retrying of operations that are less likely to fail. With the current code in example/ if I encounter a 404, it'll just return the 404 HT…
-
### Description
When registering the standard resilience handler using `builder.Services.ConfigureHttpClientDefaults(x => x.AddStandardResilienceHandler)`, all `HttpClient`s seem to be using a shared…
-
**Is your feature request related to a problem? Please describe.**
While it certainly is a perfectly defensible position that SCCB (as per its name) should only support the "CircuitBreaker" pattern -…
-
https://github.com/App-vNext/Polly
Polly is a .NET resilience and transient-fault-handling library that allows developers to express policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolati…
-
I installed this plug-in in Domoticz according to the instructions (including installing Python 3.8) on Raspberry 4.
Connection to Tuya works and all JSON files are created using the tinytuya command…
-
Hello @lance
First of all thanks for the https://github.com/nodeshift/opossum library which seems to have work pretty well for us so far as a circuit breaker library. 👍
We have also opted to use t…
-
There is another `Failure handling and resilience patterns for the JVM` - [Failsafe](https://github.com/jhalterman/failsafe), I would like to help to make a implementation based on it.
-
## What is the problem your feature solves, or the need it fulfills?
Is there a way to implement a circuit breaker when sending request to upstream peer in the ProxyHttp?
## Describe the solutio…
-
**Github username:** @0xRizwan
**Twitter username:** 0xRizwann
**Submission hash (on-chain):** 0x27095c8f3023725b44de9df598d7603ab0c7ff9d0da5d3dd8cc767f458f40979
**Severity:** medium
**Description:*…
-
### Is your feature request related to a problem? Please describe.
[Failsafe](https://failsafe.dev) is a popular library for handling request failures. We gather metrics from it to understand how wel…