ExampleJob::BatchJob::CallbackJob

Queue
default
Priority
0
Succeeded
Arguments
{"_aj_globalid" => "gid://test-app/GoodJob::Batch/995a5c65-aa51-476f-88d5-f70eb99360dd"}, {"event" => {"value" => "finish", "_aj_serialized" => "ActiveJob::Serializers::SymbolSerializer"}, "_aj_symbol_keys" => ["event"]}
{
  "job_id": "926f63d1-39be-45d0-bf88-5d98a8328126",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [
    {
      "_aj_globalid": "gid://test-app/GoodJob::Batch/995a5c65-aa51-476f-88d5-f70eb99360dd"
    },
    {
      "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-09-22T11:51:35.351136664Z",
  "scheduled_at": null,
  "provider_job_id": null,
  "exception_executions": {},
  "_good_job": {
    "id": "926f63d1-39be-45d0-bf88-5d98a8328126",
    "active_job_id": "926f63d1-39be-45d0-bf88-5d98a8328126",
    "batch_callback_id": "995a5c65-aa51-476f-88d5-f70eb99360dd",
    "batch_id": null,
    "concurrency_key": "ExampleJob::BatchJob::CallbackJob",
    "created_at": "2026-09-22 11:51:35 UTC",
    "cron_at": null,
    "cron_key": null,
    "error": null,
    "error_event": null,
    "executions_count": 1,
    "finished_at": "2026-09-22 11:51:35 UTC",
    "is_discrete": null,
    "job_class": "ExampleJob::BatchJob::CallbackJob",
    "labels": null,
    "lock_type": null,
    "locked_at": null,
    "locked_by_id": null,
    "performed_at": "2026-09-22 11:51:35 UTC",
    "priority": 0,
    "queue_name": "default",
    "retried_good_job_id": null,
    "scheduled_at": "2026-09-22 11:51:35 UTC",
    "updated_at": "2026-09-22 11:51:35 UTC"
  }
}
Executions
46ms in queue
8ms runtime
Succeeded
{
  "job_id": "926f63d1-39be-45d0-bf88-5d98a8328126",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [
    {
      "_aj_globalid": "gid://test-app/GoodJob::Batch/995a5c65-aa51-476f-88d5-f70eb99360dd"
    },
    {
      "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-09-22T11:51:35.351136664Z",
  "scheduled_at": null,
  "provider_job_id": null,
  "exception_executions": {},
  "_good_job_execution": {
    "id": "c67b25b9-4816-4c97-b808-96881e27a24c",
    "active_job_id": "926f63d1-39be-45d0-bf88-5d98a8328126",
    "created_at": "2026-09-22 11:51:35 UTC",
    "duration": "0.008816",
    "error": null,
    "error_backtrace": null,
    "error_event": null,
    "finished_at": "2026-09-22 11:51:35 UTC",
    "job_class": "ExampleJob::BatchJob::CallbackJob",
    "process_id": "574535cc-0941-4a86-b324-a70527f7a5b2",
    "queue_name": "default",
    "scheduled_at": "2026-09-22 11:51:35 UTC",
    "updated_at": "2026-09-22 11:51:35 UTC"
  }
}