danielfm / pybreaker

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

New Features for pybreaker #1

Closed cpennington closed 11 years ago

cpennington commented 12 years ago

I added the following features:

I also migrated the state machine code to use the fluidity-sm library, which I felt made the actual state logic easier to understand, and more easily changed.

danielfm commented 11 years ago

Wow, this is practically a rewrite! :-)

I had two major issues with this patch though. The first issue is that I couldn't run the test suite with python setup.py test (python 2.6). The other issue is that none of these changes were documented in README, which is the main source of information about how the software works.

I'm terribly sorry about the huge delay, but I was really busy up until now.

Thanks for the contribution!