danielfm / pybreaker

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

Fallback method support #33

Open ankurchandraa opened 6 years ago

luiscoms commented 5 years ago

+1

antunesleo commented 1 year ago

@ankurchandraa Does that implementation still make sense? I'm thinking in contributing with exact same feature.

@danielfm any thoughts on this one?

danielfm commented 1 year ago

I'm willing to accept such a contribution as long as the PR includes the corresponding unit tests.