failsafe-rs icon indicating copy to clipboard operation
failsafe-rs copied to clipboard

A circuit breaker implementation for rust

Results 5 failsafe-rs issues
Sort by recently updated
recently updated
newest added

First pass at creating a Retry mechanism for failsafe-rs. I took a stab at reusing the `StateMachine` functionality from the CircuitBreaker, and wasn't terribly impressed with the results. I'm curious...

Have you considered expanding this library to add other distributed reliability tools, like BulkHeads, RateLimiters, and Retry(s)? It would probably require a serious re-org to move all the stuff in...

Thank you very much for this crate! I have one question, could you please add an example how the circuit breaker is shared via multiple functions... eg ``` rust use...

Feel free to squash this, as the changes are actually quite old.