ExampleJob::BatchJob

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


{
  "job_id": "a2f5cb88-5b7a-4a66-9522-12150556192d",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [],
  "job_class": "ExampleJob::BatchJob",
  "executions": 0,
  "queue_name": "default",
  "enqueued_at": "2026-02-08T20:56:00.003601664Z",
  "scheduled_at": null,
  "provider_job_id": null,
  "exception_executions": {},
  "_good_job": {
    "id": "a2f5cb88-5b7a-4a66-9522-12150556192d",
    "queue_name": "default",
    "priority": 0,
    "scheduled_at": "2026-02-08 20:56:00 UTC",
    "performed_at": "2026-02-08 20:56:00 UTC",
    "finished_at": "2026-02-08 20:56:00 UTC",
    "error": null,
    "created_at": "2026-02-08 20:56:00 UTC",
    "updated_at": "2026-02-08 20:56:00 UTC",
    "active_job_id": "a2f5cb88-5b7a-4a66-9522-12150556192d",
    "concurrency_key": "ExampleJob::BatchJob",
    "cron_key": "batch_example",
    "retried_good_job_id": null,
    "cron_at": "2026-02-08 20:56: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
  }
}
执行情况
87 毫秒 队列中
59 毫秒 运行时间
已成功
{
  "job_id": "a2f5cb88-5b7a-4a66-9522-12150556192d",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [],
  "job_class": "ExampleJob::BatchJob",
  "executions": 0,
  "queue_name": "default",
  "enqueued_at": "2026-02-08T20:56:00.003601664Z",
  "scheduled_at": null,
  "provider_job_id": null,
  "exception_executions": {},
  "_good_job_execution": {
    "id": "ae827160-981b-4413-b4c2-63cd7da85a1f",
    "created_at": "2026-02-08 20:56:00 UTC",
    "updated_at": "2026-02-08 20:56:00 UTC",
    "active_job_id": "a2f5cb88-5b7a-4a66-9522-12150556192d",
    "job_class": "ExampleJob::BatchJob",
    "queue_name": "default",
    "scheduled_at": "2026-02-08 20:56:00 UTC",
    "finished_at": "2026-02-08 20:56:00 UTC",
    "error": null,
    "error_event": null,
    "error_backtrace": null,
    "process_id": "221ff216-fbc2-4810-8104-20bf006c4f22",
    "duration": "0.059716"
  }
}