Information
Description
- Polly is a .NET Standard 1.1 and .NET Standard 2.0 library that allows developers to express resilience and transient fault handling policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation and Fallback in a fluent and thread-safe manner.
Version
- 7.0.2
Project Url
- https://github.com/App-vNext/Polly
- View on NuGet: http://www.nuget.org/packages/Polly
Dependencies
Here are the packages that version 7.0.2 of Polly depends on.
NETStandard.Library : (1.6.1) System.ValueTuple : (4.5.0)Authors
Tags
Exception Handling Resilience Transient Fault Policy Circuit Breaker CircuitBreaker Retry Wait Cache Cache-aside Bulkhead Fallback Timeout Throttle Parallelization
Installing with NuGet
PM> Install-Package Polly