Skip to content

Feature/HTTP Circuit Breaker Implementation #3

Open
Bilal-Elhalawaty wants to merge 4 commits intokhaledsabbah:mainfrom
idaratech:feature/IS-4418-circuit-breaker
Open

Feature/HTTP Circuit Breaker Implementation #3
Bilal-Elhalawaty wants to merge 4 commits intokhaledsabbah:mainfrom
idaratech:feature/IS-4418-circuit-breaker

Conversation

@Bilal-Elhalawaty
Copy link
Copy Markdown
Contributor

Please Read CIRCUIT_BREAKER.md First

  Prevents cascading failures by automatically blocking requests to
  failing services. Supports per-service configuration with customizable
  thresholds and controlled recovery testing via HALF_OPEN state.

  - Rate strategy: percentage-based failure threshold
  - Count strategy: absolute failure count threshold
  - Redis/Cache storage with sliding time windows
  - Comprehensive documentation and examples
…S-4418-circuit-breaker

# Conflicts:
#	src/Client.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant