Skip to content
SP StackPractices

Tag: circuit-breaker

2 resources tagged with "circuit-breaker" on StackPractices.

Retry Logic with Exponential Backoff

How to implement resilient retry logic with exponential backoff and jitter for transient failures in network and API calls.

Circuit Breaker Pattern

Prevent cascading failures by stopping requests to failing services. An architectural pattern for resilient distributed systems.