Current section

Files

Jump to
automata include automata@retry_CappedExponential.hrl
Raw

include/automata@retry_CappedExponential.hrl

-record(capped_exponential, {
initial :: automata@retry:duration(),
multiplier :: integer(),
cap :: automata@retry:duration(),
max_attempts :: integer(),
jitter :: automata@retry:jitter()
}).