ExampleJob::BatchJob

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


{
  "job_id": "7ccc4a1f-19dc-4c36-9bfc-79dd55b838d8",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [],
  "job_class": "ExampleJob::BatchJob",
  "executions": 0,
  "queue_name": "default",
  "enqueued_at": "2026-04-16T22:05:30.006720927Z",
  "scheduled_at": null,
  "provider_job_id": null,
  "exception_executions": {},
  "_good_job": {
    "id": "7ccc4a1f-19dc-4c36-9bfc-79dd55b838d8",
    "queue_name": "default",
    "priority": 0,
    "scheduled_at": "2026-04-16 22:05:30 UTC",
    "performed_at": "2026-04-16 22:05:30 UTC",
    "finished_at": "2026-04-16 22:05:30 UTC",
    "error": null,
    "created_at": "2026-04-16 22:05:30 UTC",
    "updated_at": "2026-04-16 22:05:30 UTC",
    "active_job_id": "7ccc4a1f-19dc-4c36-9bfc-79dd55b838d8",
    "concurrency_key": "ExampleJob::BatchJob",
    "cron_key": "batch_example",
    "retried_good_job_id": null,
    "cron_at": "2026-04-16 22:05: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,
    "lock_type": null
  }
}
执行情况
13 毫秒 队列中
30 毫秒 运行时间
已成功
{
  "job_id": "7ccc4a1f-19dc-4c36-9bfc-79dd55b838d8",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [],
  "job_class": "ExampleJob::BatchJob",
  "executions": 0,
  "queue_name": "default",
  "enqueued_at": "2026-04-16T22:05:30.006720927Z",
  "scheduled_at": null,
  "provider_job_id": null,
  "exception_executions": {},
  "_good_job_execution": {
    "id": "a4175368-1239-4367-81f8-e7ee5a7e3c7f",
    "created_at": "2026-04-16 22:05:30 UTC",
    "updated_at": "2026-04-16 22:05:30 UTC",
    "active_job_id": "7ccc4a1f-19dc-4c36-9bfc-79dd55b838d8",
    "job_class": "ExampleJob::BatchJob",
    "queue_name": "default",
    "scheduled_at": "2026-04-16 22:05:30 UTC",
    "finished_at": "2026-04-16 22:05:30 UTC",
    "error": null,
    "error_event": null,
    "error_backtrace": null,
    "process_id": "0d310d97-f031-4fea-96b9-a0f3cb727a35",
    "duration": "0.030005"
  }
}