How can we help?

SYSTEM

JOB/QUEUE

image
JOB/QUEUE
  • ID: The unique identifier for a background task or system process.

  • Job: The specific name or type of automated task being performed by the system.

  • Queue: The specific processing line (e.g., "default") the job is assigned to.

  • Attempts: The number of times the system has tried to execute the task.

  • Status: The current state of the job (e.g., Pending, Processing, or Failed).

  • Reserved At: The timestamp when a system worker "picked up" the job to start processing.

  • Available At: The time when the job becomes eligible to be processed by a worker.

  • Created At: The timestamp recording when the job was first added to the queue.