pyms icon indicating copy to clipboard operation
pyms copied to clipboard

Add circuit breaker support

Open alexppg opened this issue 5 years ago • 0 comments

Is your feature request related to a problem? Please describe. Circuit breaker is a key feature on distributed systems. It would be cool to have some way to support it. Not sure if it should be a different package or maybe just integrate pyms with existing packages

Describe the solution you'd like No idea.

Describe alternatives you've considered There seem to be some packages, but none seem to be well used:

  • https://github.com/danielfm/pybreaker
  • https://github.com/fabfuel/circuitbreaker

Additional context Here's an article that explains the pattern.

alexppg avatar Oct 27 '20 22:10 alexppg