danielfm / pybreaker

Python implementation of the Circuit Breaker pattern.
BSD 3-Clause "New" or "Revised" License
512 stars 74 forks source link

add optional name to circuit breaker #31

Closed chrisvaughn closed 6 years ago

chrisvaughn commented 6 years ago

resolves #30

danielfm commented 6 years ago

Thanks!

Edit: Uploaded the new version (v0.4.2) to PyPI.