ExampleJob::BatchJob

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


{
  "job_id": "7b6443e1-fb51-43d1-9081-10a1341487f8",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [],
  "job_class": "ExampleJob::BatchJob",
  "executions": 0,
  "queue_name": "default",
  "enqueued_at": "2024-11-21T12:00:00.011111491Z",
  "scheduled_at": null,
  "provider_job_id": null,
  "exception_executions": {},
  "_good_job": {
    "id": "7b6443e1-fb51-43d1-9081-10a1341487f8",
    "queue_name": "default",
    "priority": 0,
    "scheduled_at": "2024-11-21 12:00:00 UTC",
    "performed_at": "2024-11-21 12:00:00 UTC",
    "finished_at": "2024-11-21 12:00:00 UTC",
    "error": null,
    "created_at": "2024-11-21 12:00:00 UTC",
    "updated_at": "2024-11-21 12:00:00 UTC",
    "active_job_id": "7b6443e1-fb51-43d1-9081-10a1341487f8",
    "concurrency_key": null,
    "cron_key": "batch_example",
    "retried_good_job_id": null,
    "cron_at": "2024-11-21 12:00: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
  }
}
Выполнение заданий
444мс в очереди
464мс время выполнения
Успешно
{
  "job_id": "7b6443e1-fb51-43d1-9081-10a1341487f8",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [],
  "job_class": "ExampleJob::BatchJob",
  "executions": 0,
  "queue_name": "default",
  "enqueued_at": "2024-11-21T12:00:00.011111491Z",
  "scheduled_at": null,
  "provider_job_id": null,
  "exception_executions": {},
  "_good_job_execution": {
    "id": "9d4bd5fe-aab2-4370-83f9-ee03dd5338cd",
    "created_at": "2024-11-21 12:00:00 UTC",
    "updated_at": "2024-11-21 12:00:00 UTC",
    "active_job_id": "7b6443e1-fb51-43d1-9081-10a1341487f8",
    "job_class": "ExampleJob::BatchJob",
    "queue_name": "default",
    "scheduled_at": "2024-11-21 12:00:00 UTC",
    "finished_at": "2024-11-21 12:00:00 UTC",
    "error": null,
    "error_event": null,
    "error_backtrace": null,
    "process_id": "4ec7c0e1-168f-4897-9f31-13d05354e94d",
    "duration": "0.464065"
  }
}