Coffrify.Runtime.Retry.FixedDelay (Coffrify v0.9.0)

View Source

Fixed delay between attempts.

Summary

Functions

Build a policy.

Types

t()

@type t() :: %Coffrify.Runtime.Retry.FixedDelay{
  delay_ms: pos_integer(),
  max_attempts: non_neg_integer()
}

Functions

new(opts \\ [])

@spec new(keyword()) :: t()

Build a policy.