cockatiel
A resilience and transient-fault-handling library that allows developers to express policies such as Backoff, Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback in a fluent and thread-safe manner. Inspired by .NET Polly.
opossum
A fail-fast circuit breaker for promises and callbacks
nodejs-circuit-breaker
A robust Node.js Circuit Breaker implementation that monitors API health and handles failures gracefully by temporarily blocking failing URLs and retrying them after a certain timeout. Supports multiple HTTP methods and customizable failure thresholds.
circuit-breaker-lib
A circuit breaker for managing fault tolerance in centralized and distributed systems