AIO Circuit Breaker pattern
aiobreaker is a Python implementation of the Circuit Breaker pattern, described in Michael T. Nygard's book Release It!. Circuit breakers exist to allow one subsystem to fail without destroying the entire system. This is done by wrapping dangerous operations (typically integration points) with a component that can circumvent calls when the system is not healthy.
$
pkg install py311-aiobreakerOrigin
www/py-aiobreaker
Size
307KiB
License
BSD3CLAUSE
Maintainer
otis@FreeBSD.org
Dependencies
1 packages
Required by
0 packages