-
Druid 0.20.2
![image](https://user-images.githubusercontent.com/73877063/116493860-2dcde980-a8d2-11eb-9a5c-d12dfe468a7c.png)
Phenotype:
only about the last hour of data will be retained, after…
-
Elasticsearch can configure max concurrent connections, but it is possible to starve an application while an ES cluster is sluggish or nearly unresponsive.
Introduce bulkhead and/or circuit breaker…
-
#### Environment details
- OS: ubuntu on gke
- .NET version: 5
- Package name and version: Google.Cloud.Diagnostics.AspNetCore3 4.2
#### Steps to reproduce
1. use the official way t…
ghost updated
2 years ago
-
> A resilience and transient-fault-handling library that allows developers to express policies such as Backoff, Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback. Inspired by .NET Poll…
jwulf updated
4 years ago
-
Polly is a .NET resilience and transient-fault-handling library that allows developers to express policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback in a fluent and thr…
-
Package support Polly? If not, can we support it?
-
Yaml Config:
instances:
defaultInstance:
maxConcurrentCalls: 1
maxWaitDuration: 1ms
Java Code:
Method annotated with :
@Bulkhead(name = "defaultInstance",fa…
-
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**…
-
it seem issue from youtube limit rate, i have same issue
"message":"Response status code does not indicate success: 429 (unknown)."
although one request only
-
Regarding retries and timeouts: We should have both sane default behavior and everything controllable if user wants to fine-tune.
We need:
- retry with exponential backoff, maybe capped, with jitt…