-
i am relatively new to Sidekiq, and this extension, so please excuse me if there is already a known pattern for this but, I was unable to find one elsewhere. This library has a lot of similar/useful f…
-
How to turn off the breaker middleware?
I have a need to import 10,000 pieces of data, and I always get an error "circuit breaker is open" when executing the task.
-
### What do you want to change?
See prior #1442 #930 #1076 #2207
[ngrok/sqlmw](https://github.com/ngrok/sqlmw) provides `database/sql` interface interceptors (middleware), but does not work with…
-
**Is your feature request related to a problem? Please describe.**
While real memory circuit breaker helps with parent memory accounting based on real heap usage the `DURABILITY` is still derived f…
-
When processing from a FIFO input stream a fail in a connected REST Service should possibly trigger a circuit breaking of the input stream.
Might be necessary for Inputs to declare internally, whethe…
-
### Describe the bug
We allow users to configure setting `indices.breaker.fielddata.limit` lesser than `indices.fielddata.cache.size`. If this happens and if fielddata cache is enabled on one or mo…
-
### Problem description
When adding TO-Q-SY2-163JZT to ZHA is coming up as TS011F by _TZ3000_cayepv1a - however this seems to be another product - TO-Q-SY1.
TO-Q-SY1 can only do monitoring.
T…
-
### What is the issue?
I was trying to set up a Grafana dashboard to show circuit breaking behavior with the Faces demo: the Faces GUI calls through Emissary to the `face` workload at the entry point…
-
Logs should be more detailed about the circuit breaker when tripped.
Existing log example:
```
"Caused by: org.elasticsearch.common.breaker.CircuitBreakingException: [parent] Data too large, data…
-
Resilience4j version: 1.2.0
Java version: 8
Hi, I am trying to implement a circuit breaker where sync happens from service-1 to service-2.
from the circuit-breaker code, I got the understandi…