-
-
Notifications
You must be signed in to change notification settings - Fork 56
feat: Circuite breaker #197
Copy link
Copy link
Open
Description
The current backon only supports backoff on a single invocation, but can not correlate multiple invocations in a time window. Sometime we need to reject a invocation if it fails too many times in a specific time window.
failsafe-rs is a great impelementation , it will be nice if we can have one in backon.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels