Current section
Files
Jump to
Current section
Files
include/gabsurd@task_Claim.hrl
-record(claim, {
run_id :: bitstring(),
task_id :: bitstring(),
attempt :: integer(),
task_name :: binary(),
params :: binary(),
retry_strategy :: binary(),
max_attempts :: integer(),
headers :: binary(),
wake_event :: binary(),
event_payload :: binary()
}).