Compatibility view of a v2 durable job.
Summary
Types
@type t() :: %ExStorageService.Replication.JobQueue.Job{ attempts: non_neg_integer(), created_at: term(), error: term(), id: binary() | nil, max_attempts: pos_integer(), payload: map() | nil, queue: atom() | nil, status: atom() | nil, updated_at: term() }