ExampleJob::BatchJob

Очередь исполнения
default
Приоритет
0
Успешно
Параметры


{
  "job_id": "8814b8c1-e95d-47cb-9deb-9ebe92d5a9d0",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [],
  "job_class": "ExampleJob::BatchJob",
  "executions": 0,
  "queue_name": "default",
  "enqueued_at": "2026-05-18T16:55:30.016205450Z",
  "scheduled_at": null,
  "provider_job_id": null,
  "exception_executions": {},
  "_good_job": {
    "id": "8814b8c1-e95d-47cb-9deb-9ebe92d5a9d0",
    "queue_name": "default",
    "priority": 0,
    "scheduled_at": "2026-05-18 16:55:30 UTC",
    "performed_at": "2026-05-18 16:55:30 UTC",
    "finished_at": "2026-05-18 16:55:30 UTC",
    "error": null,
    "created_at": "2026-05-18 16:55:30 UTC",
    "updated_at": "2026-05-18 16:55:30 UTC",
    "active_job_id": "8814b8c1-e95d-47cb-9deb-9ebe92d5a9d0",
    "concurrency_key": "ExampleJob::BatchJob",
    "cron_key": "batch_example",
    "retried_good_job_id": null,
    "cron_at": "2026-05-18 16:55: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
  }
}
Выполнение заданий
11мс в очереди
41мс время выполнения
Успешно
{
  "job_id": "8814b8c1-e95d-47cb-9deb-9ebe92d5a9d0",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [],
  "job_class": "ExampleJob::BatchJob",
  "executions": 0,
  "queue_name": "default",
  "enqueued_at": "2026-05-18T16:55:30.016205450Z",
  "scheduled_at": null,
  "provider_job_id": null,
  "exception_executions": {},
  "_good_job_execution": {
    "id": "94946418-1258-4f5b-8ddd-e21f74edc55c",
    "created_at": "2026-05-18 16:55:30 UTC",
    "updated_at": "2026-05-18 16:55:30 UTC",
    "active_job_id": "8814b8c1-e95d-47cb-9deb-9ebe92d5a9d0",
    "job_class": "ExampleJob::BatchJob",
    "queue_name": "default",
    "scheduled_at": "2026-05-18 16:55:30 UTC",
    "finished_at": "2026-05-18 16:55:30 UTC",
    "error": null,
    "error_event": null,
    "error_backtrace": null,
    "process_id": "a5f35939-c363-4ebc-9af8-9bef66020f51",
    "duration": "0.041131"
  }
}