ExponentialBackoffTaskBridgeRetryPolicy
class ExponentialBackoffTaskBridgeRetryPolicy(random: Random = Random.Default) : TaskBridgeRetryPolicy
A retry policy using exponential backoff with jitter.
Parameters
random
Random generator for jitter.
Functions
Link copied to clipboard
Returns the delay in milliseconds for the given attempt number (0-based).