ExampleJob

队列
elephants
优先级
-10
已成功
参数
"slow"
{
  "job_id": "faccf420-8f33-4979-bc9f-b46662ebe152",
  "locale": "en",
  "priority": -10,
  "timezone": "UTC",
  "arguments": [
    "slow"
  ],
  "job_class": "ExampleJob",
  "executions": 0,
  "queue_name": "elephants",
  "enqueued_at": "2026-01-16T11:50:42.002978923Z",
  "scheduled_at": "2026-01-16T11:50:48.002803357Z",
  "provider_job_id": null,
  "exception_executions": {},
  "_good_job": {
    "id": "faccf420-8f33-4979-bc9f-b46662ebe152",
    "queue_name": "elephants",
    "priority": -10,
    "scheduled_at": "2026-01-16 11:50:48 UTC",
    "performed_at": "2026-01-16 11:50:48 UTC",
    "finished_at": "2026-01-16 11:50:53 UTC",
    "error": null,
    "created_at": "2026-01-16 11:50:42 UTC",
    "updated_at": "2026-01-16 11:50:53 UTC",
    "active_job_id": "faccf420-8f33-4979-bc9f-b46662ebe152",
    "concurrency_key": "ExampleJob",
    "cron_key": "frequent_example",
    "retried_good_job_id": null,
    "cron_at": "2026-01-16 11:50:42 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
  }
}
执行情况
21 毫秒 队列中
5.0 秒 运行时间
已成功
{
  "job_id": "faccf420-8f33-4979-bc9f-b46662ebe152",
  "locale": "en",
  "priority": -10,
  "timezone": "UTC",
  "arguments": [
    "slow"
  ],
  "job_class": "ExampleJob",
  "executions": 0,
  "queue_name": "elephants",
  "enqueued_at": "2026-01-16T11:50:42.002978923Z",
  "scheduled_at": "2026-01-16T11:50:48.002803357Z",
  "provider_job_id": null,
  "exception_executions": {},
  "_good_job_execution": {
    "id": "5d1220b3-9090-442c-8ad4-472ba86a2718",
    "created_at": "2026-01-16 11:50:48 UTC",
    "updated_at": "2026-01-16 11:50:53 UTC",
    "active_job_id": "faccf420-8f33-4979-bc9f-b46662ebe152",
    "job_class": "ExampleJob",
    "queue_name": "elephants",
    "scheduled_at": "2026-01-16 11:50:48 UTC",
    "finished_at": "2026-01-16 11:50:53 UTC",
    "error": null,
    "error_event": null,
    "error_backtrace": null,
    "process_id": "f64bca0d-2339-4417-bcb9-8e46ab3628dc",
    "duration": "5.051834"
  }
}