Closed nalbion closed 2 months ago
It's possible for a series of random numbers to be all 0, more feasible for them to be all close to zero.
0
Multiplying by ri would yield:
ri
To avoid this, jitter should be added:
The calculation for delay here is standardized across SDKs in the "standard" retry strategy, it's not something we can change.
It's possible for a series of random numbers to be all
0
, more feasible for them to be all close to zero.Multiplying by
ri
would yield:To avoid this, jitter should be added: