-
Thanks your project for learning aspnet core and antd, by the way, is there any plan to upgrade the project to .net core2.0 version?
-
I am trying to implement the policy with DecorrelatedJitterBackoffV2 method:
private static void SetPolicies()
{
var delay = Backoff.DecorrelatedJitterBackoffV2(medianFirstRetryD…
-
Application runs well but did not see the seeded Admin 'User' and 'Role', please help.
Thanks,
Jwndev
-
Is there a recommended way for using the client when connecting to a server that uses ssl? Interested in being able to run ssl for the server as well but most important is the client at the minute.
-
**Summary: What are you wanting to achieve?**
I'm looking for inputs and hopefully some reference implementation to use Polly with EF Core 3.1. My AspNetCore application uses Azure SQL with EF …
-
**Summary: What are you wanting to achieve?**
We're consuming a service that instead of offering a retry-after, only has the following headers (on almost all responses)
* X-RateLimit-Limit-min…
-
**Summary: What are you wanting to achieve?**
I want to use Polly to fire a webhook event. If the response received back is not 200 (webhook wasn't successful), I want to retry. However, in the…
-
**Summary: What are you wanting to achieve?**
Isolating slow responses / logical timeouts on a service call which contribute to the opening of a circuit breaker, however, accomplishing this by …
-
**Is Polly able to cache selectively based off of parameters like response code, response headers, etc**
I could not find any documentation on what types of responses Polly decides to c…
-
**Summary: What are you wanting to achieve?**
Is there a way to add or remove a policy inside a PolicyWrap at runtime.
Eg - We want to check if there is already a fallback, retry or t…