Current section
Files
Jump to
Current section
Files
include/bg_jobs@internal@postgres_db_adapter@sql_GetRunningJobsByQueueNameRow.hrl
-record(get_running_jobs_by_queue_name_row, {
id :: binary(),
name :: binary(),
payload :: binary(),
attempts :: integer(),
created_at :: pog:timestamp(),
available_at :: pog:timestamp(),
reserved_at :: gleam@option:option(pog:timestamp()),
reserved_by :: gleam@option:option(binary())
}).