Nathan Reynolds
Exponential Backoff Calculator
← Home
Calculate exponential backoff parameters and the maximum delay. See
this AWS post
.
Cap (seconds)
Base (seconds)
Max Attempts
Code sample
With jitter
(recommended when you have multiple workers)
Attempt
Max. delay on failure
ⓘ
Max. total delay on failure
ⓘ
0
2s
2s
1
4s
6s
2
8s
14s
3
16s
30s
4
30s
1m 0s
5
30s
1m 30s
6
30s
2m 0s
7
30s
2m 30s
8
30s
3m 0s
9
n/a
n/a