pyms
pyms copied to clipboard
Add circuit breaker support
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.