ExampleJob::BatchJob

队列
default
优先级
0
已成功
参数


{
  "job_id": "a5f1a109-0457-40ea-b43f-718a6fbff661",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [],
  "job_class": "ExampleJob::BatchJob",
  "executions": 0,
  "queue_name": "default",
  "enqueued_at": "2026-03-03T07:09:30.001882506Z",
  "scheduled_at": null,
  "provider_job_id": null,
  "exception_executions": {},
  "_good_job": {
    "id": "a5f1a109-0457-40ea-b43f-718a6fbff661",
    "queue_name": "default",
    "priority": 0,
    "scheduled_at": "2026-03-03 07:09:30 UTC",
    "performed_at": "2026-03-03 07:09:30 UTC",
    "finished_at": "2026-03-03 07:09:30 UTC",
    "error": null,
    "created_at": "2026-03-03 07:09:30 UTC",
    "updated_at": "2026-03-03 07:09:30 UTC",
    "active_job_id": "a5f1a109-0457-40ea-b43f-718a6fbff661",
    "concurrency_key": "ExampleJob::BatchJob",
    "cron_key": "batch_example",
    "retried_good_job_id": null,
    "cron_at": "2026-03-03 07:09:30 UTC",
    "batch_id": null,
    "batch_callback_id": null,
    "is_discrete": null,
    "executions_count": 1,
    "job_class": "ExampleJob::BatchJob",
    "error_event": null,
    "labels": null,
    "locked_by_id": null,
    "locked_at": null
  }
}
执行情况
9 毫秒 队列中
48 毫秒 运行时间
已成功
{
  "job_id": "a5f1a109-0457-40ea-b43f-718a6fbff661",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [],
  "job_class": "ExampleJob::BatchJob",
  "executions": 0,
  "queue_name": "default",
  "enqueued_at": "2026-03-03T07:09:30.001882506Z",
  "scheduled_at": null,
  "provider_job_id": null,
  "exception_executions": {},
  "_good_job_execution": {
    "id": "b024dd5e-7ad6-4558-a96f-002c5cf92023",
    "created_at": "2026-03-03 07:09:30 UTC",
    "updated_at": "2026-03-03 07:09:30 UTC",
    "active_job_id": "a5f1a109-0457-40ea-b43f-718a6fbff661",
    "job_class": "ExampleJob::BatchJob",
    "queue_name": "default",
    "scheduled_at": "2026-03-03 07:09:30 UTC",
    "finished_at": "2026-03-03 07:09:30 UTC",
    "error": null,
    "error_event": null,
    "error_backtrace": null,
    "process_id": "8568e83a-6dd3-45a1-8425-41d7298c9d1b",
    "duration": "0.048953"
  }
}