Circuit Breaker
A pattern where a client temporarily stops calling a failing downstream service after a threshold of errors, returns fast failures, and periodically tests if the service has recovered.
Source
- Martin Fowler — CircuitBreaker
Related terms
Blue-Green Deployment
A zero-downtime release strategy with two identical environments.
Rolling Deployment
A release strategy that replaces instances of an old version with the new version gradually, a few at a tim…
Failover
Switching automatically (or manually) from a failed primary system to a healthy standby.
Queue Saturation
A failure mode where work arrives at a queue faster than it's processed, the queue grows unbounded, and lat…
ETL Pipeline
"Extract, Transform, Load" — a scheduled data pipeline that pulls data from a source, transforms it, and wr…
Cron Job
A scheduled task that runs at fixed times or intervals, defined by a `crontab` expression.
Start monitoring in 2 minutes — 10 free commercial-safe monitors
Start free