You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 26, 2023. It is now read-only.
public abstract boolean isJittered()
Jitter determines if the delay time should be randomized. In most cases, if jitter is set to true the actual delay time is calculated in the following way:
actualDelay = rand_between(0, min(maxRetryDelay, delay))
The default value is true.
This method is way overspecified. We should deprecate it and always jitter.