ExampleJob

队列
elephants
优先级
-10
已成功
参数
"slow"
{
  "job_id": "55abf38c-603b-451e-acc3-d241d3785989",
  "locale": "en",
  "priority": -10,
  "timezone": "UTC",
  "arguments": [
    "slow"
  ],
  "job_class": "ExampleJob",
  "executions": 0,
  "queue_name": "elephants",
  "enqueued_at": "2026-04-21T08:35:47.001722351Z",
  "scheduled_at": "2026-04-21T08:36:43.001516836Z",
  "provider_job_id": null,
  "exception_executions": {},
  "_good_job": {
    "id": "55abf38c-603b-451e-acc3-d241d3785989",
    "queue_name": "elephants",
    "priority": -10,
    "scheduled_at": "2026-04-21 08:36:43 UTC",
    "performed_at": "2026-04-21 08:36:43 UTC",
    "finished_at": "2026-04-21 08:36:48 UTC",
    "error": null,
    "created_at": "2026-04-21 08:35:47 UTC",
    "updated_at": "2026-04-21 08:36:48 UTC",
    "active_job_id": "55abf38c-603b-451e-acc3-d241d3785989",
    "concurrency_key": "ExampleJob",
    "cron_key": "frequent_example",
    "retried_good_job_id": null,
    "cron_at": "2026-04-21 08:35:47 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
  }
}
执行情况
4 毫秒 队列中
5.0 秒 运行时间
已成功
{
  "job_id": "55abf38c-603b-451e-acc3-d241d3785989",
  "locale": "en",
  "priority": -10,
  "timezone": "UTC",
  "arguments": [
    "slow"
  ],
  "job_class": "ExampleJob",
  "executions": 0,
  "queue_name": "elephants",
  "enqueued_at": "2026-04-21T08:35:47.001722351Z",
  "scheduled_at": "2026-04-21T08:36:43.001516836Z",
  "provider_job_id": null,
  "exception_executions": {},
  "_good_job_execution": {
    "id": "53ea79b4-21c0-4f67-b4de-295805b329f3",
    "created_at": "2026-04-21 08:36:43 UTC",
    "updated_at": "2026-04-21 08:36:48 UTC",
    "active_job_id": "55abf38c-603b-451e-acc3-d241d3785989",
    "job_class": "ExampleJob",
    "queue_name": "elephants",
    "scheduled_at": "2026-04-21 08:36:43 UTC",
    "finished_at": "2026-04-21 08:36:48 UTC",
    "error": null,
    "error_event": null,
    "error_backtrace": null,
    "process_id": "a03f5cf8-dcfe-4639-923c-1447683e5e5b",
    "duration": "5.013062"
  }
}