ExampleJob::BatchJob

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


{
  "job_id": "306830b3-9467-4538-b0e1-a16707939ecd",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [],
  "job_class": "ExampleJob::BatchJob",
  "executions": 0,
  "queue_name": "default",
  "enqueued_at": "2026-07-29T11:53:01.336786507Z",
  "scheduled_at": null,
  "provider_job_id": null,
  "exception_executions": {},
  "_good_job": {
    "id": "306830b3-9467-4538-b0e1-a16707939ecd",
    "queue_name": "default",
    "priority": 0,
    "scheduled_at": "2026-07-29 11:53:01 UTC",
    "performed_at": "2026-07-29 11:53:04 UTC",
    "finished_at": "2026-07-29 11:53:04 UTC",
    "error": null,
    "created_at": "2026-07-29 11:53:01 UTC",
    "updated_at": "2026-07-29 11:53:04 UTC",
    "active_job_id": "306830b3-9467-4538-b0e1-a16707939ecd",
    "concurrency_key": "ExampleJob::BatchJob",
    "cron_key": "batch_example",
    "retried_good_job_id": null,
    "cron_at": "2026-07-29 11:53:00 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
  }
}
执行情况
3.2 秒 队列中
180 毫秒 运行时间
已成功
{
  "job_id": "306830b3-9467-4538-b0e1-a16707939ecd",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [],
  "job_class": "ExampleJob::BatchJob",
  "executions": 0,
  "queue_name": "default",
  "enqueued_at": "2026-07-29T11:53:01.336786507Z",
  "scheduled_at": null,
  "provider_job_id": null,
  "exception_executions": {},
  "_good_job_execution": {
    "id": "4e656b63-587e-4e93-95cd-b3c5fbcb9776",
    "created_at": "2026-07-29 11:53:04 UTC",
    "updated_at": "2026-07-29 11:53:04 UTC",
    "active_job_id": "306830b3-9467-4538-b0e1-a16707939ecd",
    "job_class": "ExampleJob::BatchJob",
    "queue_name": "default",
    "scheduled_at": "2026-07-29 11:53:01 UTC",
    "finished_at": "2026-07-29 11:53:04 UTC",
    "error": null,
    "error_event": null,
    "error_backtrace": null,
    "process_id": "a2f702c7-f951-4234-9182-ba572c854d73",
    "duration": "0.180611"
  }
}