ExampleJob

队列
elephants
优先级
-10
已成功
参数
"slow"
{
  "job_id": "721ca33a-67d8-4b26-8105-fccfb8afc656",
  "locale": "en",
  "priority": -10,
  "timezone": "UTC",
  "arguments": [
    "slow"
  ],
  "job_class": "ExampleJob",
  "executions": 0,
  "queue_name": "elephants",
  "enqueued_at": "2026-01-16T13:21:54.002192091Z",
  "scheduled_at": "2026-01-16T13:22:14.001988996Z",
  "provider_job_id": null,
  "exception_executions": {},
  "_good_job": {
    "id": "721ca33a-67d8-4b26-8105-fccfb8afc656",
    "queue_name": "elephants",
    "priority": -10,
    "scheduled_at": "2026-01-16 13:22:14 UTC",
    "performed_at": "2026-01-16 13:22:14 UTC",
    "finished_at": "2026-01-16 13:22:19 UTC",
    "error": null,
    "created_at": "2026-01-16 13:21:54 UTC",
    "updated_at": "2026-01-16 13:22:19 UTC",
    "active_job_id": "721ca33a-67d8-4b26-8105-fccfb8afc656",
    "concurrency_key": "ExampleJob",
    "cron_key": "frequent_example",
    "retried_good_job_id": null,
    "cron_at": "2026-01-16 13:21: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
  }
}
执行情况
8 毫秒 队列中
5.0 秒 运行时间
已成功
{
  "job_id": "721ca33a-67d8-4b26-8105-fccfb8afc656",
  "locale": "en",
  "priority": -10,
  "timezone": "UTC",
  "arguments": [
    "slow"
  ],
  "job_class": "ExampleJob",
  "executions": 0,
  "queue_name": "elephants",
  "enqueued_at": "2026-01-16T13:21:54.002192091Z",
  "scheduled_at": "2026-01-16T13:22:14.001988996Z",
  "provider_job_id": null,
  "exception_executions": {},
  "_good_job_execution": {
    "id": "42f3337d-2bd5-4933-87ec-12bf3c410706",
    "created_at": "2026-01-16 13:22:14 UTC",
    "updated_at": "2026-01-16 13:22:19 UTC",
    "active_job_id": "721ca33a-67d8-4b26-8105-fccfb8afc656",
    "job_class": "ExampleJob",
    "queue_name": "elephants",
    "scheduled_at": "2026-01-16 13:22:14 UTC",
    "finished_at": "2026-01-16 13:22:19 UTC",
    "error": null,
    "error_event": null,
    "error_backtrace": null,
    "process_id": "92f98892-35cd-4130-b4af-61fbebc2c341",
    "duration": "5.009399"
  }
}