addJitter property
Whether to add jitter to the exponential backoff.
Jitter is a random value added to the delay to prevent multiple clients from retrying at the same time.
Implementation
final bool addJitter;
Whether to add jitter to the exponential backoff.
Jitter is a random value added to the delay to prevent multiple clients from retrying at the same time.
final bool addJitter;