Attributes
{
  "id": "8e03fd2a-3530-433d-b5c2-ca328a72ad5a",
  "created_at": "2026-08-14 19:24:07 UTC",
  "updated_at": "2026-08-14 19:29:19 UTC",
  "description": "Example batch",
  "properties": {
    "foo": "bar"
  },
  "on_finish": "ExampleJob::BatchJob::CallbackJob",
  "on_success": null,
  "on_discard": null,
  "callback_queue_name": null,
  "callback_priority": null,
  "enqueued_at": "2026-08-14 19:24:07 UTC",
  "discarded_at": null,
  "finished_at": "2026-08-14 19:29:19 UTC",
  "jobs_finished_at": "2026-08-14 19:29:19 UTC"
}
Callback Jobs
Jobs
Queue
Priority
Labels
Attempts
Queue
default
Priority
0
Labels
Attempts
1
Succeeded
{
  "job_id": "cf92f4ee-ecf5-4dd9-87b8-d2bd9bf5d7b2",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [
    {
      "_aj_globalid": "gid://test-app/GoodJob::Batch/8e03fd2a-3530-433d-b5c2-ca328a72ad5a"
    },
    {
      "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-08-14T19:29:19.031484648Z",
  "scheduled_at": null,
  "provider_job_id": null,
  "exception_executions": {},
  "_good_job": {
    "id": "cf92f4ee-ecf5-4dd9-87b8-d2bd9bf5d7b2",
    "queue_name": "default",
    "priority": 0,
    "scheduled_at": "2026-08-14 19:29:19 UTC",
    "performed_at": "2026-08-14 19:29:26 UTC",
    "finished_at": "2026-08-14 19:29:26 UTC",
    "error": null,
    "created_at": "2026-08-14 19:29:19 UTC",
    "updated_at": "2026-08-14 19:29:26 UTC",
    "active_job_id": "cf92f4ee-ecf5-4dd9-87b8-d2bd9bf5d7b2",
    "concurrency_key": "ExampleJob::BatchJob::CallbackJob",
    "cron_key": null,
    "cron_at": null,
    "batch_id": null,
    "batch_callback_id": "8e03fd2a-3530-433d-b5c2-ca328a72ad5a",
    "executions_count": 1,
    "job_class": "ExampleJob::BatchJob::CallbackJob",
    "error_event": null,
    "labels": null,
    "locked_by_id": null,
    "locked_at": null
  }
}
Batched Jobs
Jobs
Queue
Priority
Labels
Attempts
Queue
default
Priority
0
Labels
error_five_t...
Attempts
6
Succeeded
{
  "job_id": "7fbe6189-943b-4882-9550-1095930311e8",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [
    "error_five_times"
  ],
  "job_class": "ExampleJob",
  "executions": 5,
  "queue_name": "default",
  "enqueued_at": "2026-08-14T19:29:18.562830957Z",
  "scheduled_at": "2026-08-14T19:39:50.698454068Z",
  "provider_job_id": "7fbe6189-943b-4882-9550-1095930311e8",
  "exception_executions": {
    "[StandardError]": 5
  },
  "_good_job": {
    "id": "7fbe6189-943b-4882-9550-1095930311e8",
    "queue_name": "default",
    "priority": 0,
    "scheduled_at": "2026-08-14 19:39:50 UTC",
    "performed_at": "2026-08-14 19:29:18 UTC",
    "finished_at": "2026-08-14 19:29:18 UTC",
    "error": null,
    "created_at": "2026-08-14 19:29:18 UTC",
    "updated_at": "2026-08-14 19:29:18 UTC",
    "active_job_id": "7fbe6189-943b-4882-9550-1095930311e8",
    "concurrency_key": "ExampleJob",
    "cron_key": null,
    "cron_at": null,
    "batch_id": "8e03fd2a-3530-433d-b5c2-ca328a72ad5a",
    "batch_callback_id": null,
    "executions_count": 6,
    "job_class": "ExampleJob",
    "error_event": null,
    "labels": [
      "error_five_times"
    ],
    "locked_by_id": null,
    "locked_at": null
  }
}
Queue
default
Priority
0
Labels
error_once
Attempts
2
Succeeded
{
  "job_id": "ce7b29ba-e448-4fb5-a9f0-d415c912b8e8",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [
    "error_once"
  ],
  "job_class": "ExampleJob",
  "executions": 1,
  "queue_name": "default",
  "enqueued_at": "2026-08-14T19:24:11.203567345Z",
  "scheduled_at": "2026-08-14T19:24:14.335197773Z",
  "provider_job_id": "ce7b29ba-e448-4fb5-a9f0-d415c912b8e8",
  "exception_executions": {
    "[StandardError]": 1
  },
  "_good_job": {
    "id": "ce7b29ba-e448-4fb5-a9f0-d415c912b8e8",
    "queue_name": "default",
    "priority": 0,
    "scheduled_at": "2026-08-14 19:24:14 UTC",
    "performed_at": "2026-08-14 19:24:12 UTC",
    "finished_at": "2026-08-14 19:24:12 UTC",
    "error": null,
    "created_at": "2026-08-14 19:24:11 UTC",
    "updated_at": "2026-08-14 19:24:12 UTC",
    "active_job_id": "ce7b29ba-e448-4fb5-a9f0-d415c912b8e8",
    "concurrency_key": "ExampleJob",
    "cron_key": null,
    "cron_at": null,
    "batch_id": "8e03fd2a-3530-433d-b5c2-ca328a72ad5a",
    "batch_callback_id": null,
    "executions_count": 2,
    "job_class": "ExampleJob",
    "error_event": null,
    "labels": [
      "error_once"
    ],
    "locked_by_id": null,
    "locked_at": null
  }
}
Queue
default
Priority
0
Labels
slow
Attempts
1
Succeeded
{
  "job_id": "cc41e989-de85-4386-a3b1-64451cbd9fc2",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [
    "slow"
  ],
  "job_class": "ExampleJob",
  "executions": 0,
  "queue_name": "default",
  "enqueued_at": "2026-08-14T19:24:07.192109592Z",
  "scheduled_at": null,
  "provider_job_id": null,
  "exception_executions": {},
  "_good_job": {
    "id": "cc41e989-de85-4386-a3b1-64451cbd9fc2",
    "queue_name": "default",
    "priority": 0,
    "scheduled_at": "2026-08-14 19:24:07 UTC",
    "performed_at": "2026-08-14 19:24:10 UTC",
    "finished_at": "2026-08-14 19:24:16 UTC",
    "error": null,
    "created_at": "2026-08-14 19:24:07 UTC",
    "updated_at": "2026-08-14 19:24:16 UTC",
    "active_job_id": "cc41e989-de85-4386-a3b1-64451cbd9fc2",
    "concurrency_key": "ExampleJob",
    "cron_key": null,
    "cron_at": null,
    "batch_id": "8e03fd2a-3530-433d-b5c2-ca328a72ad5a",
    "batch_callback_id": null,
    "executions_count": 1,
    "job_class": "ExampleJob",
    "error_event": null,
    "labels": [
      "slow"
    ],
    "locked_by_id": null,
    "locked_at": null
  }
}