ExampleJob::BatchJob::CallbackJob

Очередь исполнения
default
Приоритет
0
Успешно
Параметры
{"_aj_globalid" => "gid://test-app/GoodJob::Batch/e019cb20-53ef-4c41-ac7a-c10e77b65a4e"}, {"event" => {"value" => "finish", "_aj_serialized" => "ActiveJob::Serializers::SymbolSerializer"}, "_aj_symbol_keys" => ["event"]}
{
  "job_id": "b7914e0f-fe7f-4b64-bf4c-321d50a1ec1e",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [
    {
      "_aj_globalid": "gid://test-app/GoodJob::Batch/e019cb20-53ef-4c41-ac7a-c10e77b65a4e"
    },
    {
      "event": {
        "value": "finish",
        "_aj_serialized": "ActiveJob::Serializers::SymbolSerializer"
      },
      "_aj_symbol_keys": [
        "event"
      ]
    }
  ],
  "job_class": "ExampleJob::BatchJob::CallbackJob",
  "executions": 0,
  "queue_name": "default",
  "enqueued_at": "2026-02-02T23:12:37.950200390Z",
  "scheduled_at": null,
  "provider_job_id": null,
  "exception_executions": {},
  "_good_job": {
    "id": "b7914e0f-fe7f-4b64-bf4c-321d50a1ec1e",
    "queue_name": "default",
    "priority": 0,
    "scheduled_at": "2026-02-02 23:12:37 UTC",
    "performed_at": "2026-02-02 23:12:39 UTC",
    "finished_at": "2026-02-02 23:12:39 UTC",
    "error": null,
    "created_at": "2026-02-02 23:12:37 UTC",
    "updated_at": "2026-02-02 23:12:39 UTC",
    "active_job_id": "b7914e0f-fe7f-4b64-bf4c-321d50a1ec1e",
    "concurrency_key": "ExampleJob::BatchJob::CallbackJob",
    "cron_key": null,
    "retried_good_job_id": null,
    "cron_at": null,
    "batch_id": null,
    "batch_callback_id": "e019cb20-53ef-4c41-ac7a-c10e77b65a4e",
    "is_discrete": null,
    "executions_count": 1,
    "job_class": "ExampleJob::BatchJob::CallbackJob",
    "error_event": null,
    "labels": null,
    "locked_by_id": null,
    "locked_at": null
  }
}
Выполнение заданий
1,5s в очереди
48мс время выполнения
Успешно
{
  "job_id": "b7914e0f-fe7f-4b64-bf4c-321d50a1ec1e",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [
    {
      "_aj_globalid": "gid://test-app/GoodJob::Batch/e019cb20-53ef-4c41-ac7a-c10e77b65a4e"
    },
    {
      "event": {
        "value": "finish",
        "_aj_serialized": "ActiveJob::Serializers::SymbolSerializer"
      },
      "_aj_symbol_keys": [
        "event"
      ]
    }
  ],
  "job_class": "ExampleJob::BatchJob::CallbackJob",
  "executions": 0,
  "queue_name": "default",
  "enqueued_at": "2026-02-02T23:12:37.950200390Z",
  "scheduled_at": null,
  "provider_job_id": null,
  "exception_executions": {},
  "_good_job_execution": {
    "id": "aa885452-a4c5-4d4d-bb33-b274e6ac4334",
    "created_at": "2026-02-02 23:12:39 UTC",
    "updated_at": "2026-02-02 23:12:39 UTC",
    "active_job_id": "b7914e0f-fe7f-4b64-bf4c-321d50a1ec1e",
    "job_class": "ExampleJob::BatchJob::CallbackJob",
    "queue_name": "default",
    "scheduled_at": "2026-02-02 23:12:37 UTC",
    "finished_at": "2026-02-02 23:12:39 UTC",
    "error": null,
    "error_event": null,
    "error_backtrace": null,
    "process_id": "3757998b-c5ea-4d79-8cbc-b9ed0b069375",
    "duration": "0.04869"
  }
}