Found 66 packages
Polly.Contrib.WaitAndRetry is an extension library for Polly containing helper methods for a variety of wait-and-retry strategies.
Client connectivity bits, exposes a potentially cluster aware request pipeline that can be resilient to nodes dropping out of rotation. This package is heavily optimized for the Elastic (elastic.co) product suite and Elastic Cloud (cloud.elastic.co) SAAS offering.
Add resiliency to your async operations with retries, timeouts, and circuit-breakers.
The HttpClient factory is a pattern for configuring and retrieving named HttpClients in a composable way. This package integrates IHttpClientFactory with the Polly library, to add transient-fault-handling and resiliency through fluent policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback. This package was built from the source code at https://github.com/dotnet/dotnet/tree/c2435c3e0f46de784341ac3ed62863ce77e117b4
A resiliency policy library
FusionCache is an easy to use, fast and robust hybrid cache with advanced resiliency features.
Package Description
Resiliency core
Package Description
DotPulsar.Extensions.Resiliency adds resiliency extensions working with Pulsar.
Resilient execution os Azure Sql Database commands
Provides resiliency components (Throttle, Circuit Breaker) for async calls to external dependencies (databases calls, http requests/web services calls, IO calls, etc).
Resilient execution of SshNet.
Package Description
Package Description
Package Description
Resiliency extensions for Facteur.
Core transient fault handling classes based on Microsoft's implementation. Common types: RetryPolicy RetryStrategy ITransientErrorDetectionStrategy IncrementalRetryStrategy FixedIntervalRetryStrategy ExponentialBackoffRetryStrategy
A library that allows resilient context.SaveChanges / SaveChangesAsync in Entity Framework Core, logging of long-running transactions and limiting of concurrent SaveChanges.
Base transient fault handling abstractions for database access based on Microsoft's implementation in their Enterperise Library Transient Fault Handling Block.