An open API service indexing awesome lists of open source software.

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

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!