connor4312/cockatiel
🐦 A resilience and fault-handling library. Supports Backoffs, Retries, Circuit Breakers, Timeouts, Bulkhead Isolation, and Fallbacks. observed · 2026-08-28
Health v2 · maintenance only
67/100
- Activity 98
- Release rhythm 8
- 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: n/a
- age_days: 2483
- days_rel: n/a
- days_push: 13
- n_releases_24m: 0
Adoption not part of the score
1815 stars · 60 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Cockatiel is a TypeScript/Node.js resilience and transient-fault-handling library inspired by .NET's Polly. It lets developers compose policies like Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback in a fluent, dependency-free manner.
Use cases
- retry failed http requests with exponential backoff
- add a circuit breaker around database calls
- add timeouts to async operations in node
- limit concurrent calls with bulkhead isolation
- provide fallback values when a service fails
- combine resilience policies for microservice calls
When to choose
- you're building Node.js or TypeScript services that call flaky external dependencies
- you want a Polly-like composable resilience policy API in JavaScript
- you need zero-dependency fault handling with circuit breakers and retries
When to avoid
- you're in .NET and can use Polly directly
- you need resilience at the infrastructure/proxy level rather than in application code
- your project isn't JavaScript/TypeScript
Facets
library · maturity active
error-handling rate-limiting concurrency middleware developer-tools backend microservices apis cross-platform resilience circuit-breaker retry backoff bulkhead-isolation timeout fallback polly-inspired fault-tolerance nodejs typescript
2 sources
- readme: https://github.com/connor4312/cockatiel · fetched 2026-08-28 · 20851610203f
- registry_npm: https://registry.npmjs.org/cockatiel · fetched 2026-08-29 · f196199cacaf
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| connor4312/cockatiel | main | 67 |
For agents
markdown · JSON · MCP: product_card(name="connor4312/cockatiel")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem