ExampleJob::BatchJob::CallbackJob

Queue
default
Priority
0
Succeeded
Arguments
{"_aj_globalid" => "gid://test-app/GoodJob::Batch/8897548a-88a7-4797-9d58-6cda49cf5271"}, {"event" => {"value" => "finish", "_aj_serialized" => "ActiveJob::Serializers::SymbolSerializer"}, "_aj_symbol_keys" => ["event"]}
{
  "job_id": "532d1ac4-b9ae-466e-a7a0-a021a9a29b6f",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [
    {
      "_aj_globalid": "gid://test-app/GoodJob::Batch/8897548a-88a7-4797-9d58-6cda49cf5271"
    },
    {
      "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-07-18T17:00:42.574364824Z",
  "scheduled_at": null,
  "provider_job_id": null,
  "exception_executions": {},
  "_good_job": {
    "id": "532d1ac4-b9ae-466e-a7a0-a021a9a29b6f",
    "queue_name": "default",
    "priority": 0,
    "scheduled_at": "2026-07-18 17:00:42 UTC",
    "performed_at": "2026-07-18 17:00:43 UTC",
    "finished_at": "2026-07-18 17:00:43 UTC",
    "error": null,
    "created_at": "2026-07-18 17:00:42 UTC",
    "updated_at": "2026-07-18 17:00:43 UTC",
    "active_job_id": "532d1ac4-b9ae-466e-a7a0-a021a9a29b6f",
    "concurrency_key": "ExampleJob::BatchJob::CallbackJob",
    "cron_key": null,
    "retried_good_job_id": null,
    "cron_at": null,
    "batch_id": null,
    "batch_callback_id": "8897548a-88a7-4797-9d58-6cda49cf5271",
    "is_discrete": null,
    "executions_count": 1,
    "job_class": "ExampleJob::BatchJob::CallbackJob",
    "error_event": null,
    "labels": null,
    "locked_by_id": null,
    "locked_at": null
  }
}
Executions
695ms in queue
12ms runtime
Succeeded
{
  "job_id": "532d1ac4-b9ae-466e-a7a0-a021a9a29b6f",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [
    {
      "_aj_globalid": "gid://test-app/GoodJob::Batch/8897548a-88a7-4797-9d58-6cda49cf5271"
    },
    {
      "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-07-18T17:00:42.574364824Z",
  "scheduled_at": null,
  "provider_job_id": null,
  "exception_executions": {},
  "_good_job_execution": {
    "id": "08ffefe5-1a59-47df-9f9d-40e171ee4fcd",
    "created_at": "2026-07-18 17:00:43 UTC",
    "updated_at": "2026-07-18 17:00:43 UTC",
    "active_job_id": "532d1ac4-b9ae-466e-a7a0-a021a9a29b6f",
    "job_class": "ExampleJob::BatchJob::CallbackJob",
    "queue_name": "default",
    "scheduled_at": "2026-07-18 17:00:42 UTC",
    "finished_at": "2026-07-18 17:00:43 UTC",
    "error": null,
    "error_event": null,
    "error_backtrace": null,
    "process_id": "b8c73503-dc48-4b57-ba66-d49f79c2939f",
    "duration": "0.012181"
  }
}