A circuit breaker for Python with durable state

Resilient Circuit is a powerful resilience library for building fault-tolerant Python applications. It provides implementations of the Circuit Breaker and Retry patterns, with optional PostgreSQL support for distributed systems. Read more

Similar