failsafe-go/failsafe-go
Fault tolerance and resilience patterns for Go observed · 2026-08-28
Health v2 · maintenance only
96/100
- Activity 98
- Release rhythm 98
- Longevity 88
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: 12
- age_days: 1239
- days_rel: 17
- days_push: 17
- n_releases_24m: 16
Adoption not part of the score
2245 stars · 46 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Failsafe-go is a Go library for building fault-tolerant applications by wrapping functions with composable resilience policies. It provides retry, fallback, circuit breaker, rate limiter, bulkhead, timeout, hedge, cache, and adaptive load-limiting policies.
Use cases
- retry failed HTTP requests with backoff
- add a circuit breaker around flaky downstream services
- limit concurrent calls with a bulkhead
- add timeouts to slow operations
- fall back to a backup connection on failure
- rate limit outgoing API calls
- hedge slow requests with duplicate calls
- compose multiple resilience policies around a function
When to choose
- you need composable resilience patterns in Go
- you want retry, circuit breaker, and rate limiting in one library
- you need adaptive load limiting based on latency or failures
- you want synchronous and asynchronous execution with policies
When to avoid
- you need service-mesh-level resilience across services
- you want a proxy-based solution without code changes
- your stack is not Go
Facets
library · maturity active
rate-limiting caching concurrency error-handling developer-tools developer-tools backend microservices performance go cross-platform resilience retry circuit-breaker bulkhead timeout fallback hedge adaptive-throttling fault-tolerance
2 sources
- readme: https://github.com/failsafe-go/failsafe-go · fetched 2026-08-28 · af5c31291a97
- homepage: https://failsafe-go.dev · fetched 2026-08-29 · 0c4d6af910d6
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| failsafe-go/failsafe-go | main | 96 |
For agents
markdown · JSON · MCP: product_card(name="failsafe-go/failsafe-go")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem