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+. observed · 2026-08-28
Health v2 · maintenance only
91/100
- Activity 99
- Release rhythm 75
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 47
- age_days: 4868
- days_rel: 86
- days_push: 10
- n_releases_24m: 12
Adoption not part of the score
14230 stars · 1285 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Polly is a .NET resilience and transient-fault-handling library that lets developers express resilience strategies such as Retry, Circuit Breaker, Hedging, Timeout, Rate Limiter, and Fallback in a fluent, thread-safe manner. It is a zero-dependency, lightweight library targeting .NET Standard, usable anywhere .NET runs.
Use cases
- retry failed HTTP calls with exponential backoff
- add circuit breaker to microservice calls
- wrap Entity Framework calls with transient fault handling
- apply timeout and bulkhead isolation to protect under-load systems
- add fallback behavior when external services fail
- rate-limit outgoing requests to a dependency
When to choose
- building fault-tolerant .NET applications that call external services or cloud APIs
- needing a comprehensive, fluent resilience framework for .NET similar to Hystrix
- wanting a zero-dependency library that works across .NET Standard targets
When to avoid
- working outside the .NET ecosystem
- needing resilience for a platform with native alternatives like Java's Resilience4j
- requiring chaos engineering as the primary goal (Simmy is a separate contrib)
Facets
library · maturity stable
middleware rate-limiting caching error-handling concurrency developer-tools backend microservices cloud-computing dotnet cross-platform resilience circuit-breaker retry transient-fault-handling timeout bulkhead-isolation hedging fallback fault-tolerance
3 sources
- readme: https://github.com/App-vNext/Polly · fetched 2026-08-28 · 24a1cbc96ffa
- homepage: https://www.thepollyproject.org · fetched 2026-08-29 · 8d536d817013
- site_page: https://thepollyproject.org/about.html · fetched 2026-08-29 · e2eeb58f1802
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| App-vNext/Polly | main | 91 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem