Sunday, March 20, 2022

another take on client retry logic


When clients have no visibility into global state (all clients' latencies & failure rates), there are simple heuristics we use for retry logic.  Marc Brooker introduces another approach (circuit breakers) that can be useful for certain statistical distributions of low client failure rates, especially under high server load.

No comments: