Skip to content

Commit

Permalink
ThreeMammals#1844 More open customization of Polly use
Browse files Browse the repository at this point in the history
  • Loading branch information
Ray authored and raman-m committed Apr 7, 2024
1 parent 7c26c07 commit 5ad0fa2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Ocelot.Provider.Polly/OcelotBuilderExtensions.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
using Microsoft.AspNetCore.Http;
using Microsoft.Extensions.DependencyInjection;

using Ocelot.Configuration;
using Ocelot.DependencyInjection;
using Ocelot.Errors;
Expand All @@ -8,6 +9,7 @@
using Ocelot.Provider.Polly.Interfaces;
using Ocelot.Provider.Polly.v7;
using Ocelot.Requester;

using Polly.CircuitBreaker;
using Polly.Registry;
using Polly.Timeout;
Expand Down

0 comments on commit 5ad0fa2

Please sign in to comment.