Python Gem of the Day: 💎 Interlock: github.com/bagowix/inte... - uv add interlock-cb - Circuit breaker implementation for network calls ( temporarily stops calls to a failing service, helping prevent repeated failures and giving it time to recover). - Supports FastAPI, Requests/httpx, and more.
GitHub - bagowix/interlock: Circuit breaker for Python: sync + async in one class, sliding-window rate, slow-call detection, Polly-style resilience pipeline, type-safe API
Circuit breaker for Python: sync + async in one class, sliding-window rate, slow-call detection, Polly-style resilience pipeline, type-safe API - bagowix/interlock
github.com