danielfm / pybreaker

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

Removed global lock from breaker call #57

Closed nielsdraaisma closed 6 months ago

nielsdraaisma commented 3 years ago

Fixes https://github.com/danielfm/pybreaker/issues/55