Polly.Extensions.Http icon indicating copy to clipboard operation
Polly.Extensions.Http copied to clipboard

Polly.Extensions.Http is an extensions package containing opinionated convenience methods for configuring Polly policies to handle transient faults typical of calls through HttpClient.

Results 10 Polly.Extensions.Http issues
Sort by recently updated
recently updated
newest added

Is there a plan to migrate this library to work with version 8 of Polly?

Hi, I have questions, please 1. I am using .NER MAUI's HttpClient with Azure Functions' HttpClient too 2. Which Package I should use? Polly or Polly.Extensions.Http? 3. Where should I...

**Current Problem Statement:** the current 5XX check includes 500 which is not TransientError, 500 error requires code changes or query changes by the dev team. 1. so retry for 500...

I am using the Microsoft.Extensions.Http.Polly in a Blazor app with Microservices all being hosted on Azure in docker. I added a very simple use of Polly in my Program.cs like...

**Current Problem Statement:** the current 5XX check includes 500 which is not TransientError, 500 error requires code changes or query changes by the dev team. 1. so retry for 500...

Polly retry is not logging telemetry dependency on retry. I have create a azure function that is using polly retry: ``` csharp public override void Configure(IFunctionsHostBuilder builder) { var asyncRetryPolicy...

With the current .net Version 6.0 I get this exception on execution when adding multiple PolicyHandlers: `An item with the same key has already been added. Key: PolicyHttpMessageHandler.PriorResponse`. Right now...

There is a rationale behind the fact that OrTransientHttpError is not considering HTTP 429 as a transient error? HTTP 429 (too many requests) is the correct error reply in case...

Has `Polly.Extensions.Http` been replaced by `Microsoft.Extensions.Http.Polly`? If so, please: - [ ] Document this clearly at the top of the README in this repo. - [ ] Release an update...

CSProj files have been updated to enable SourceLink in your nuget --- *[This pull request was created with an automated workflow]* I noticed that your repository and Nuget package are...