summaryrefslogtreecommitdiff
path: root/devel/py-circuitbreaker/pkg-descr
blob: a9a1c47677ee9ec21510c30768daad7db46656ab (plain) (blame)
1
2
3
4
5
This is a Python implementation of the "Circuit Breaker" Pattern.
(http://martinfowler.com/bliki/CircuitBreaker.html)

Inspired by Michael T. Nygard's highly recommendable book Release It!
(https://pragprog.com/book/mnee/release-it)