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

include/gabsurd@sql_GetQueuePolicy.hrl

-record(get_queue_policy, {
queue_name :: binary(),
storage_mode :: binary(),
default_partition :: binary(),
partition_lookahead :: binary(),
partition_lookback :: binary(),
cleanup_ttl :: binary(),
cleanup_limit :: integer(),
detach_mode :: binary(),
detach_min_age :: binary()
}).