Large Code-Run Collider
Blue. No, yellow! Book – The LCRC Experiment Programme Database
Current collider status: Run 01 | Fill 0001

Fill 0001 — Backoff and Jitter

A compact, testable model of retry delays, with a CLI to simulate schedules.

Code: lcrc-experiments/fills/0001-backoff-jitter

Accelerator

Retries are a reliability tool, and also a reliability hazard. This fill models exponential backoff with jitter, so retries remain controlled under load.

MAPS

BOB

References worth reading:

CMS

CLI example:

lcrc-backoff --max-attempts 6 --base 0.5 --cap 10 --seed 42 --json

LCRCb