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. From version 6.0.1, Polly targets .NET Standard 1.1 and 2.0+.
dotnet
overload
delegate
fault-handler
circuit-breaker
poly
resilience
circuit-breaker-pattern
retry-strategies
resiliency-patterns
transient-fault-handling
-
Updated
May 2, 2020 - C#
Polly v8.0.0 will add new
.Remove()and.RemoveAsync()methods for caches.Polly.Caching.Distributed (this repo) will need to be updated to a v4.0.0, to fulfil these interfaces, when Polly v8.0.0 is released.