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
circuit-breaker
circuit-breaker-pattern
fault-handler
resilience
resiliency-patterns
retry-strategies
transient-fault-handling
Обновлено 2024-10-31 20:09:48 +03:00
Provides sample implementations of the Polly library. The intent of this project is to help newcomers kick-start their use of Polly within their own projects.
Обновлено 2024-10-31 19:21:18 +03:00
Json Serialization plugin for the Polly CachePolicy, using System.Text.Json
caching
polly
cache
serializer
serialization
serialization-plugin
cachepolicy
json-plugin
json-serialization
Обновлено 2024-07-10 00:18:16 +03:00
Polly.Extensions.Http is an extensions package containing opinionated convenience methods for configuring Polly policies to handle transient faults typical of calls through HttpClient.
Обновлено 2023-11-13 23:46:00 +03:00
Plug-in for the Polly Cache policy supporting Microsoft.Extensions.Caching.Distributed.IDistributedCache.
Обновлено 2019-11-13 21:35:19 +03:00
MemoryCache plugin for the Polly Cache policy
Обновлено 2019-10-18 10:10:27 +03:00
Json Serialization plugin for the Polly CachePolicy, using NewtonSoft.Json
caching
polly
cache
serializer
serialization
serialization-plugin
cachepolicy
json-plugin
json-serialization
Обновлено 2019-02-10 01:57:09 +03:00
Redis plugin for the Polly Cache policy
Обновлено 2018-12-12 00:12:56 +03:00
Обновлено 2018-08-14 22:00:17 +03:00
MemCached plugin for the Polly Cache policy
Обновлено 2016-10-15 21:27:17 +03:00
Disk caching plugin for the Polly Cache policy
Обновлено 2016-10-15 21:21:33 +03:00
Throttlebird is a simple Http request throttler to help limit the number of client requests within a given period of time.
Обновлено 2015-12-29 01:32:34 +03:00
Ducksboard object implemented for use in your .NET projects
Обновлено 2014-11-12 04:21:51 +03:00