ExampleJob::BatchJob::CallbackJob

Queue
default
Priority
0
Succeeded
Arguments
{"_aj_globalid" => "gid://test-app/GoodJob::Batch/48a9a00c-5631-42f1-9b24-aa2866bc95db"}, {"event" => {"value" => "finish", "_aj_serialized" => "ActiveJob::Serializers::SymbolSerializer"}, "_aj_symbol_keys" => ["event"]}
{
  "job_id": "762d0e48-788f-455e-8992-d735bd4c6156",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [
    {
      "_aj_globalid": "gid://test-app/GoodJob::Batch/48a9a00c-5631-42f1-9b24-aa2866bc95db"
    },
    {
      "event": {
        "value": "finish",
        "_aj_serialized": "ActiveJob::Serializers::SymbolSerializer"
      },
      "_aj_symbol_keys": [
        "event"
      ]
    }
  ],
  "job_class": "ExampleJob::BatchJob::CallbackJob",
  "executions": 0,
  "queue_name": "default",
  "enqueued_at": "2025-07-04T14:48:36.662540122Z",
  "scheduled_at": null,
  "provider_job_id": null,
  "exception_executions": {},
  "_good_job": {
    "id": "762d0e48-788f-455e-8992-d735bd4c6156",
    "queue_name": "default",
    "priority": 0,
    "scheduled_at": "2025-07-04 14:48:36 UTC",
    "performed_at": "2025-07-04 14:48:36 UTC",
    "finished_at": "2025-07-04 14:48:36 UTC",
    "error": null,
    "created_at": "2025-07-04 14:48:36 UTC",
    "updated_at": "2025-07-04 14:48:36 UTC",
    "active_job_id": "762d0e48-788f-455e-8992-d735bd4c6156",
    "concurrency_key": "ExampleJob::BatchJob::CallbackJob",
    "cron_key": null,
    "retried_good_job_id": null,
    "cron_at": null,
    "batch_id": null,
    "batch_callback_id": "48a9a00c-5631-42f1-9b24-aa2866bc95db",
    "is_discrete": null,
    "executions_count": 1,
    "job_class": "ExampleJob::BatchJob::CallbackJob",
    "error_event": null,
    "labels": null,
    "locked_by_id": null,
    "locked_at": null
  }
}
Executions
12ms in queue
8ms runtime
Succeeded
{
  "job_id": "762d0e48-788f-455e-8992-d735bd4c6156",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [
    {
      "_aj_globalid": "gid://test-app/GoodJob::Batch/48a9a00c-5631-42f1-9b24-aa2866bc95db"
    },
    {
      "event": {
        "value": "finish",
        "_aj_serialized": "ActiveJob::Serializers::SymbolSerializer"
      },
      "_aj_symbol_keys": [
        "event"
      ]
    }
  ],
  "job_class": "ExampleJob::BatchJob::CallbackJob",
  "executions": 0,
  "queue_name": "default",
  "enqueued_at": "2025-07-04T14:48:36.662540122Z",
  "scheduled_at": null,
  "provider_job_id": null,
  "exception_executions": {},
  "_good_job_execution": {
    "id": "e9f8f425-d55b-4e8a-b5e3-8421554964df",
    "created_at": "2025-07-04 14:48:36 UTC",
    "updated_at": "2025-07-04 14:48:36 UTC",
    "active_job_id": "762d0e48-788f-455e-8992-d735bd4c6156",
    "job_class": "ExampleJob::BatchJob::CallbackJob",
    "queue_name": "default",
    "scheduled_at": "2025-07-04 14:48:36 UTC",
    "finished_at": "2025-07-04 14:48:36 UTC",
    "error": null,
    "error_event": null,
    "error_backtrace": null,
    "process_id": "4ea02330-1bd3-494b-9bb5-e73f9fb11e37",
    "duration": "0.008228"
  }
}