-
Notifications
You must be signed in to change notification settings - Fork 10
Resilient backend research #225
Copy link
Copy link
Open
Labels
Description
Design a `ResilientBackend` wrapper providing timeouts, retry, and circuit breaker at the `Backend` trait level (not FSM).
Open questions: timeout as error vs silent miss, circuit breaker interaction with `CompositionBackend`, retry usefulness for cache reads, metrics surface.
Deliverable: design document.
Reactions are currently unavailable