App vNext

Results 6 repositories owned by App vNext

Polly

13.1k
Stars
1.2k
Forks
Watchers

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 thr...

Polly-Samples

268
Stars
125
Forks
Watchers

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.

Polly.Caching.IDistributedCache

29
Stars
11
Forks
Watchers

Plug-in for the Polly Cache policy supporting Microsoft.Extensions.Caching.Distributed.IDistributedCache.

Polly.Caching.MemoryCache

41
Stars
19
Forks
Watchers

MemoryCache plugin for the Polly Cache policy

Polly.Extensions.Http

84
Stars
21
Forks
Watchers

Polly.Extensions.Http is an extensions package containing opinionated convenience methods for configuring Polly policies to handle transient faults typical of calls through HttpClient.

Throttlebird

44
Stars
11
Forks
Watchers

Throttlebird is a simple Http request throttler to help limit the number of client requests within a given period of time.