Retry & Backoff Visualizer
Visualize and compare different retry strategies with backoff and jitter
Retry Configuration

delay = baseDelay × 2^(n-1)

Delay randomized between 0 and calculated delay

Total Time

6.24s

Attempts

2

Status

success

Avg Delay

503ms

Retry Timeline
Attempt #1
0.00s
Delay:
214ms
Request:
2093ms
Jitter applied: 1000ms → 214ms
Attempt #2
2.31s
Delay:
791ms
Request:
3144ms
Jitter applied: 2000ms → 791ms

✓ Succeeded on attempt #2

Total time to success: 6.24s