This migrates a feature that was previously reserved for enterprise users, according to https://github.com/caddyserver/caddy/issues/2786. The local circuit breaker is a simple metrics counter that can cause the reverse proxy to consider a backend unhealthy before it actually goes offline, by measuring recent latencies over a sliding window. Credit to Danny Navarro |
||
|---|---|---|
| .. | ||
| fastcgi | ||
| caddyfile.go | ||
| circuitbreaker.go | ||
| command.go | ||
| healthchecks.go | ||
| hosts.go | ||
| httptransport.go | ||
| reverseproxy.go | ||
| selectionpolicies.go | ||
| selectionpolicies_test.go | ||
| streaming.go | ||