Skip to content

Resiliency

📕 Articles

📺 Videos

📦 Libraries

  • App-vNext/Polly - 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+.
  • Polly-Contrib/Simmy - Simmy is a chaos-engineering and fault-injection tool, integrating with the Polly resilience project for .NET

Samples