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

include/gabsurd@utility_CleanupResult.hrl

-record(cleanup_result, {
queue_name :: binary(),
tasks_deleted :: integer(),
events_deleted :: integer()
}).