jitter
RU: jitter
Random variation added to a retry delay to prevent synchronized bursts. Without jitter, every client that failed at the same moment retries at the same exponential-backoff interval, recreating the thundering-herd that caused the failure; spreading retries randomly across the window absorbs the spike.