iayti / CleanArchitecture

ASP.NET Core 6 Web API Clean Architecture Solution Template
MIT License
668 stars 119 forks source link

Adding Polly's Circuit Breaker #17

Open iayti opened 3 years ago

iayti commented 3 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 thread-safe manner

iayti commented 3 years ago

Circuit Breaker sample