Amqpx.Backoff.Jittered (amqpx v6.0.2)

Implements a jittered backoff strategy

Link to this section Summary

Link to this section Functions

Link to this function

backoff(attempt, base_backoff_ms, max_backoff_ms)

@spec backoff(
  attempt :: number(),
  base_backoff_ms :: number(),
  max_backoff_ms :: number()
) :: pos_integer()