ExStorageService.Replication.JobQueue.Job (ex_storage_service v0.6.4)

Copy Markdown View Source

Compatibility view of a v2 durable job.

Summary

Types

t()

@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()
}