https://github.com/caddyserver/circuitbreaker
A circuit-breaker module for the reverse proxy
https://github.com/caddyserver/circuitbreaker
Last synced: about 1 year ago
JSON representation
A circuit-breaker module for the reverse proxy
- Host: GitHub
- URL: https://github.com/caddyserver/circuitbreaker
- Owner: caddyserver
- License: apache-2.0
- Created: 2020-05-02T01:25:18.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-04T22:43:47.000Z (about 3 years ago)
- Last Synced: 2025-04-08T19:46:39.451Z (about 1 year ago)
- Language: Go
- Size: 74.2 KB
- Stars: 4
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Circuit breaker for Caddy
=========================
This module implements a simple but effective circuit breaker for [Caddy's reverse proxy](https://caddyserver.com/docs/modules/http.handlers.reverse_proxy).
**Module name:** `http.reverse_proxy.circuit_breakers.simple`
Works well, but help would be appreciated to expand its documentation!