Attributes
{
  "id": "b21d999a-738d-47b6-b3fe-3f0dbdaa23aa",
  "callback_priority": null,
  "callback_queue_name": null,
  "created_at": "2026-09-10 19:14:01 UTC",
  "description": "Example batch",
  "discarded_at": null,
  "enqueued_at": "2026-09-10 19:14:01 UTC",
  "finished_at": "2026-09-10 19:32:27 UTC",
  "jobs_finished_at": "2026-09-10 19:32:27 UTC",
  "on_discard": null,
  "on_finish": "ExampleJob::BatchJob::CallbackJob",
  "on_success": null,
  "properties": {
    "foo": "bar"
  },
  "updated_at": "2026-09-10 19:32:27 UTC"
}
Callback Jobs
Jobs
Queue
Priority
Labels
Attempts
Queue
default
Priority
0
Labels
Attempts
1
Succeeded
{
  "job_id": "dc5f20f8-0fb4-4ee2-a06e-9a31006c5f6b",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [
    {
      "_aj_globalid": "gid://test-app/GoodJob::Batch/b21d999a-738d-47b6-b3fe-3f0dbdaa23aa"
    },
    {
      "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-10T19:32:27.996010481Z",
  "scheduled_at": null,
  "provider_job_id": null,
  "exception_executions": {},
  "_good_job": {
    "id": "dc5f20f8-0fb4-4ee2-a06e-9a31006c5f6b",
    "active_job_id": "dc5f20f8-0fb4-4ee2-a06e-9a31006c5f6b",
    "batch_callback_id": "b21d999a-738d-47b6-b3fe-3f0dbdaa23aa",
    "batch_id": null,
    "concurrency_key": "ExampleJob::BatchJob::CallbackJob",
    "created_at": "2026-09-10 19:32:27 UTC",
    "cron_at": null,
    "cron_key": null,
    "error": null,
    "error_event": null,
    "executions_count": 1,
    "finished_at": "2026-09-10 19:32:28 UTC",
    "job_class": "ExampleJob::BatchJob::CallbackJob",
    "labels": null,
    "lock_type": null,
    "locked_at": null,
    "locked_by_id": null,
    "performed_at": "2026-09-10 19:32:28 UTC",
    "priority": 0,
    "queue_name": "default",
    "scheduled_at": "2026-09-10 19:32:27 UTC",
    "updated_at": "2026-09-10 19:32:28 UTC"
  }
}
Batched Jobs
Jobs
Queue
Priority
Labels
Attempts
Queue
default
Priority
0
Labels
error_five_t...
Attempts
6
Succeeded
{
  "job_id": "b3add1c1-c2bc-428c-9502-c3532a353b68",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [
    "error_five_times"
  ],
  "job_class": "ExampleJob",
  "executions": 5,
  "queue_name": "default",
  "enqueued_at": "2026-09-10T19:20:11.904296283Z",
  "scheduled_at": "2026-09-10T19:31:17.338584284Z",
  "provider_job_id": "b3add1c1-c2bc-428c-9502-c3532a353b68",
  "exception_executions": {
    "[StandardError]": 5
  },
  "_good_job": {
    "id": "b3add1c1-c2bc-428c-9502-c3532a353b68",
    "active_job_id": "b3add1c1-c2bc-428c-9502-c3532a353b68",
    "batch_callback_id": null,
    "batch_id": "b21d999a-738d-47b6-b3fe-3f0dbdaa23aa",
    "concurrency_key": "ExampleJob",
    "created_at": "2026-09-10 19:20:11 UTC",
    "cron_at": null,
    "cron_key": null,
    "error": null,
    "error_event": null,
    "executions_count": 6,
    "finished_at": "2026-09-10 19:31:17 UTC",
    "job_class": "ExampleJob",
    "labels": [
      "error_five_times"
    ],
    "lock_type": null,
    "locked_at": null,
    "locked_by_id": null,
    "performed_at": "2026-09-10 19:31:17 UTC",
    "priority": 0,
    "queue_name": "default",
    "scheduled_at": "2026-09-10 19:31:17 UTC",
    "updated_at": "2026-09-10 19:31:17 UTC"
  }
}
Queue
default
Priority
0
Labels
success
Attempts
1
Succeeded
{
  "job_id": "0b50fedd-8b89-41ea-9bcb-f1302e0dcd8b",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [
    "success"
  ],
  "job_class": "ExampleJob",
  "executions": 0,
  "queue_name": "default",
  "enqueued_at": "2026-09-10T19:14:01.407996272Z",
  "scheduled_at": null,
  "provider_job_id": null,
  "exception_executions": {},
  "_good_job": {
    "id": "0b50fedd-8b89-41ea-9bcb-f1302e0dcd8b",
    "active_job_id": "0b50fedd-8b89-41ea-9bcb-f1302e0dcd8b",
    "batch_callback_id": null,
    "batch_id": "b21d999a-738d-47b6-b3fe-3f0dbdaa23aa",
    "concurrency_key": "ExampleJob",
    "created_at": "2026-09-10 19:14:01 UTC",
    "cron_at": null,
    "cron_key": null,
    "error": null,
    "error_event": null,
    "executions_count": 1,
    "finished_at": "2026-09-10 19:14:01 UTC",
    "job_class": "ExampleJob",
    "labels": [
      "success"
    ],
    "lock_type": null,
    "locked_at": null,
    "locked_by_id": null,
    "performed_at": "2026-09-10 19:14:01 UTC",
    "priority": 0,
    "queue_name": "default",
    "scheduled_at": "2026-09-10 19:14:01 UTC",
    "updated_at": "2026-09-10 19:14:01 UTC"
  }
}
Queue
default
Priority
0
Labels
error_five_t...
Attempts
6
Succeeded
{
  "job_id": "77046c42-9433-4437-b31b-359919c0513a",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [
    "error_five_times"
  ],
  "job_class": "ExampleJob",
  "executions": 5,
  "queue_name": "default",
  "enqueued_at": "2026-09-10T19:20:50.438965599Z",
  "scheduled_at": "2026-09-10T19:32:27.950765677Z",
  "provider_job_id": "77046c42-9433-4437-b31b-359919c0513a",
  "exception_executions": {
    "[StandardError]": 5
  },
  "_good_job": {
    "id": "77046c42-9433-4437-b31b-359919c0513a",
    "active_job_id": "77046c42-9433-4437-b31b-359919c0513a",
    "batch_callback_id": null,
    "batch_id": "b21d999a-738d-47b6-b3fe-3f0dbdaa23aa",
    "concurrency_key": "ExampleJob",
    "created_at": "2026-09-10 19:20:50 UTC",
    "cron_at": null,
    "cron_key": null,
    "error": null,
    "error_event": null,
    "executions_count": 6,
    "finished_at": "2026-09-10 19:32:27 UTC",
    "job_class": "ExampleJob",
    "labels": [
      "error_five_times"
    ],
    "lock_type": null,
    "locked_at": null,
    "locked_by_id": null,
    "performed_at": "2026-09-10 19:32:27 UTC",
    "priority": 0,
    "queue_name": "default",
    "scheduled_at": "2026-09-10 19:32:27 UTC",
    "updated_at": "2026-09-10 19:32:27 UTC"
  }
}