ExampleJob::BatchJob

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


{
  "job_id": "5102c1c7-cc13-4134-8d8d-b540f4353b62",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [],
  "job_class": "ExampleJob::BatchJob",
  "executions": 0,
  "queue_name": "default",
  "enqueued_at": "2026-08-06T05:14:00.266109197Z",
  "scheduled_at": null,
  "provider_job_id": null,
  "exception_executions": {},
  "_good_job": {
    "id": "5102c1c7-cc13-4134-8d8d-b540f4353b62",
    "queue_name": "default",
    "priority": 0,
    "scheduled_at": "2026-08-06 05:14:00 UTC",
    "performed_at": "2026-08-06 05:14:04 UTC",
    "finished_at": "2026-08-06 05:14:04 UTC",
    "error": null,
    "created_at": "2026-08-06 05:14:00 UTC",
    "updated_at": "2026-08-06 05:14:04 UTC",
    "active_job_id": "5102c1c7-cc13-4134-8d8d-b540f4353b62",
    "concurrency_key": "ExampleJob::BatchJob",
    "cron_key": "batch_example",
    "retried_good_job_id": null,
    "cron_at": "2026-08-06 05:14: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
  }
}
执行情况
4.0 秒 队列中
145 毫秒 运行时间
已成功
{
  "job_id": "5102c1c7-cc13-4134-8d8d-b540f4353b62",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [],
  "job_class": "ExampleJob::BatchJob",
  "executions": 0,
  "queue_name": "default",
  "enqueued_at": "2026-08-06T05:14:00.266109197Z",
  "scheduled_at": null,
  "provider_job_id": null,
  "exception_executions": {},
  "_good_job_execution": {
    "id": "cc19d129-b335-4952-8c15-90d242440fda",
    "created_at": "2026-08-06 05:14:04 UTC",
    "updated_at": "2026-08-06 05:14:04 UTC",
    "active_job_id": "5102c1c7-cc13-4134-8d8d-b540f4353b62",
    "job_class": "ExampleJob::BatchJob",
    "queue_name": "default",
    "scheduled_at": "2026-08-06 05:14:00 UTC",
    "finished_at": "2026-08-06 05:14:04 UTC",
    "error": null,
    "error_event": null,
    "error_backtrace": null,
    "process_id": "67d2370b-538f-4f40-82d2-f0008cb8c89a",
    "duration": "0.145403"
  }
}