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_SpawnOptions.hrl
Raw

include/gabsurd@task_SpawnOptions.hrl

-record(spawn_options, {
max_attempts :: gleam@option:option(integer()),
retry_strategy :: gleam@option:option(gabsurd@task:retry_strategy()),
cancellation :: gleam@option:option(gabsurd@task:cancellation()),
headers :: gleam@option:option(gleam@json:json()),
idempotency_key :: gleam@option:option(binary())
}).