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@context_Context.hrl
Raw

include/gabsurd@context_Context.hrl

-record(context, {
db :: gabsurd@client:db(),
queue_name :: binary(),
claim :: gabsurd@task:claim(),
claim_timeout :: integer()
}).