rocket

Backoff Planner

A retry/backoff schedule planner: strategy (fixed/linear/exponential), base delay, multiplier, cap and retry count produce a deterministic attempt table with per-attempt delays, cap badges, cumulative wait and a worst-case total — with a full-jitter range mode.

npx shadcn@latest add https://rocket.gozturk.dev/r/backoff-planner.json
#delaytotal waited
#11s1s
#22s3s
#34s7s
#48s15s
#516s31s
#630scapped1m 1s
total wait: 1m 1safter 6 retries