ExampleJob

队列
elephants
优先级
-10
已成功
参数
"slow"
{
  "job_id": "84a664a6-1317-43d3-9259-27f4991a0db0",
  "locale": "en",
  "priority": -10,
  "timezone": "UTC",
  "arguments": [
    "slow"
  ],
  "job_class": "ExampleJob",
  "executions": 0,
  "queue_name": "elephants",
  "enqueued_at": "2026-04-16T18:27:53.001990235Z",
  "scheduled_at": "2026-04-16T18:28:10.001798273Z",
  "provider_job_id": null,
  "exception_executions": {},
  "_good_job": {
    "id": "84a664a6-1317-43d3-9259-27f4991a0db0",
    "queue_name": "elephants",
    "priority": -10,
    "scheduled_at": "2026-04-16 18:28:10 UTC",
    "performed_at": "2026-04-16 18:28:10 UTC",
    "finished_at": "2026-04-16 18:28:15 UTC",
    "error": null,
    "created_at": "2026-04-16 18:27:53 UTC",
    "updated_at": "2026-04-16 18:28:15 UTC",
    "active_job_id": "84a664a6-1317-43d3-9259-27f4991a0db0",
    "concurrency_key": "ExampleJob",
    "cron_key": "frequent_example",
    "retried_good_job_id": null,
    "cron_at": "2026-04-16 18:27:53 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,
    "lock_type": null
  }
}
执行情况
13 毫秒 队列中
5.0 秒 运行时间
已成功
{
  "job_id": "84a664a6-1317-43d3-9259-27f4991a0db0",
  "locale": "en",
  "priority": -10,
  "timezone": "UTC",
  "arguments": [
    "slow"
  ],
  "job_class": "ExampleJob",
  "executions": 0,
  "queue_name": "elephants",
  "enqueued_at": "2026-04-16T18:27:53.001990235Z",
  "scheduled_at": "2026-04-16T18:28:10.001798273Z",
  "provider_job_id": null,
  "exception_executions": {},
  "_good_job_execution": {
    "id": "d1aaa32f-c410-4e79-9e63-076d5af52d0e",
    "created_at": "2026-04-16 18:28:10 UTC",
    "updated_at": "2026-04-16 18:28:15 UTC",
    "active_job_id": "84a664a6-1317-43d3-9259-27f4991a0db0",
    "job_class": "ExampleJob",
    "queue_name": "elephants",
    "scheduled_at": "2026-04-16 18:28:10 UTC",
    "finished_at": "2026-04-16 18:28:15 UTC",
    "error": null,
    "error_event": null,
    "error_backtrace": null,
    "process_id": "f1ed4ca8-a939-4d5d-b43f-fbf7b1c0ebca",
    "duration": "5.011967"
  }
}