FICHA · MANJARO

python-pybreaker

Python implementation of the Circuit Breaker pattern

  • Library
  • Dev
  • NETWORK
  • Dependency only
official+codex · reviewed · May 28, 2026 description in en

Description

Implements the circuit breaker pattern for Python services. It helps applications stop repeatedly calling failing dependencies, give systems time to recover, and return controlled errors when an external service is unhealthy.

Circuit breaker settings affect reliability and user-visible failures. Tune thresholds, retry timing, and fallback behavior against real service behavior instead of guessing.

Permissions

Permissions not analysed for this source yet.