Systems Lab
A service goes down and recovers a few seconds later. Two clients are calling it: one retries
on a fixed interval, the other backs off exponentially with jitter, the same pattern used to
handle 429 throttling in the host provisioning API at AWS. Watch which one clears
the outage in fewer calls.