WorkflowGuard is a .NET library that provides an easy-to-use attribute-based mechanism for applying resilient policies to method executions.
-
Updated
Aug 7, 2024 - C#
WorkflowGuard is a .NET library that provides an easy-to-use attribute-based mechanism for applying resilient policies to method executions.
DEPRECATED - A .NET library that provides helpful functionality including base classes for disposables and finalizers, weak events and proxies, and other functionality for reflection, XML validation, serialisation & conversion, string placeholder substitution, retry policies and command patterns.
Handling transient errors using Polly
Implementing a simple Retry Pattern in c# including Unit Tests
DEPRECATED - A .NET library that makes it easy to use WCF clients/channels and prevent memory and connection leaks by automatically correctly performing the close/abort pattern.
A transient fault handling framework including such resiliency solutions as Retry, Timeout, Fallback, Rate Limit and Circuit Breaker.
Enterprise Library - Transient Fault Handling Application Block for modern .NET with improvement.
Kafka Flow Retry Patterns Extensions
Polly.Contrib.WaitAndRetry is an extension library for Polly containing helper methods for a variety of wait-and-retry strategies.
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+.
Add a description, image, and links to the retry-strategies topic page so that developers can more easily learn about it.
To associate your repository with the retry-strategies topic, visit your repo's landing page and select "manage topics."