Computes the next retry delay using exponential backoff with optional jitter.
Delegates to PhoenixMicro.Utils.Backoff for the core algorithm.
Summary
Functions
@spec next_delay( pos_integer(), keyword() ) :: non_neg_integer()
Computes the next retry delay using exponential backoff with optional jitter.
Delegates to PhoenixMicro.Utils.Backoff for the core algorithm.
@spec next_delay( pos_integer(), keyword() ) :: non_neg_integer()