danielfm / pybreaker

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

Wrapped function is called twice during successful call in open state #9

Closed jstordeur closed 7 years ago

jstordeur commented 7 years ago

See PR: https://github.com/danielfm/pybreaker/pull/8