Packages

A Gleam SDK for the Absurd durable workflow system, with type-safe database access via Parrot and OTP worker actors

Current section

Files

Jump to
gabsurd include gabsurd@task_ExponentialRetry.hrl
Raw

include/gabsurd@task_ExponentialRetry.hrl

-record(exponential_retry, {
base_seconds :: integer(),
factor :: float(),
max_seconds :: gleam@option:option(float())
}).