Ross ROSS = Recommend OSS · open-source software intelligence for agents

failsafe-go/failsafe-go

Fault tolerance and resilience patterns for Go observed · 2026-08-28

github.com/failsafe-go/failsafe-go · homepage · Go · MIT (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
failsafe-go/failsafe-gomain96

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