ExampleJob

Queue
elephants
Priority
0
Succeeded
Arguments
"slow"
{
  "job_id": "aff3010d-f73f-40ce-b5b6-effaa2b4bb42",
  "locale": "en",
  "priority": 0,
  "timezone": "UTC",
  "arguments": [
    "slow"
  ],
  "job_class": "ExampleJob",
  "executions": 0,
  "queue_name": "elephants",
  "enqueued_at": "2025-12-07T19:41:54.001770733Z",
  "scheduled_at": "2025-12-07T19:41:58.001550831Z",
  "provider_job_id": null,
  "exception_executions": {},
  "_good_job": {
    "id": "aff3010d-f73f-40ce-b5b6-effaa2b4bb42",
    "queue_name": "elephants",
    "priority": 0,
    "scheduled_at": "2025-12-07 19:41:58 UTC",
    "performed_at": "2025-12-07 19:41:58 UTC",
    "finished_at": "2025-12-07 19:42:03 UTC",
    "error": null,
    "created_at": "2025-12-07 19:41:54 UTC",
    "updated_at": "2025-12-07 19:42:03 UTC",
    "active_job_id": "aff3010d-f73f-40ce-b5b6-effaa2b4bb42",
    "concurrency_key": "ExampleJob",
    "cron_key": "frequent_example",
    "retried_good_job_id": null,
    "cron_at": "2025-12-07 19:41:54 UTC",
    "batch_id": null,
    "batch_callback_id": null,
    "is_discrete": null,
    "executions_count": 1,
    "job_class": "ExampleJob",
    "error_event": null,
    "labels": null,
    "locked_by_id": null,
    "locked_at": null
  }
}
Executions
4ms in queue
5.0s runtime
Succeeded
{
  "job_id": "aff3010d-f73f-40ce-b5b6-effaa2b4bb42",
  "locale": "en",
  "priority": 0,
  "timezone": "UTC",
  "arguments": [
    "slow"
  ],
  "job_class": "ExampleJob",
  "executions": 0,
  "queue_name": "elephants",
  "enqueued_at": "2025-12-07T19:41:54.001770733Z",
  "scheduled_at": "2025-12-07T19:41:58.001550831Z",
  "provider_job_id": null,
  "exception_executions": {},
  "_good_job_execution": {
    "id": "923dee07-309b-495c-9b2e-e6e6f3fa12ba",
    "created_at": "2025-12-07 19:41:58 UTC",
    "updated_at": "2025-12-07 19:42:03 UTC",
    "active_job_id": "aff3010d-f73f-40ce-b5b6-effaa2b4bb42",
    "job_class": "ExampleJob",
    "queue_name": "elephants",
    "scheduled_at": "2025-12-07 19:41:58 UTC",
    "finished_at": "2025-12-07 19:42:03 UTC",
    "error": null,
    "error_event": null,
    "error_backtrace": null,
    "process_id": "4d57955f-4cdb-43b7-88e3-7e81ae4166e3",
    "duration": "5.011368"
  }
}