The circuit breaker monitors backend health per revision and stops forwarding requests to unhealthy backends automatically.Documentation Index
Fetch the complete documentation index at: https://docs.draskencloud.com/llms.txt
Use this file to discover all available pages before exploring further.
States
| State | Behaviour |
|---|---|
closed | Normal operation — requests flow through |
open | Backend is unhealthy — requests immediately return 503 |
half_open | One probe request is allowed through to test recovery |
Configuration
Set globally via environment variables:Health Probe
Set ahealth_check_path on a revision to enable active health probing:
GET <backend>/<health_check_path> on the interval set by GATEWAY_HEALTH__INTERVAL_SECS (default 30).
Viewing Circuit State
The current circuit state is returned on revision list responses:closed, open, half_open.