Attributes
{
  "id": "1bd6d6a4-7e23-46d3-97d6-e898e86cf8d6",
  "callback_priority": null,
  "callback_queue_name": null,
  "created_at": "2026-09-25 00:10:30 UTC",
  "description": "Example batch",
  "discarded_at": null,
  "enqueued_at": "2026-09-25 00:10:30 UTC",
  "finished_at": "2026-09-25 00:10:35 UTC",
  "jobs_finished_at": "2026-09-25 00:10:35 UTC",
  "on_discard": null,
  "on_finish": "ExampleJob::BatchJob::CallbackJob",
  "on_success": null,
  "properties": {
    "foo": "bar"
  },
  "updated_at": "2026-09-25 00:10:35 UTC"
}
Callback Jobs
Jobs
Queue
Priority
Labels
Attempts
Queue
default
Priority
0
Labels
Attempts
1
Succeeded
{
  "job_id": "38b36ad6-abef-43d0-8954-4b4dbe4d50bc",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [
    {
      "_aj_globalid": "gid://test-app/GoodJob::Batch/1bd6d6a4-7e23-46d3-97d6-e898e86cf8d6"
    },
    {
      "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-25T00:10:35.122365694Z",
  "scheduled_at": null,
  "provider_job_id": null,
  "exception_executions": {},
  "_good_job": {
    "id": "38b36ad6-abef-43d0-8954-4b4dbe4d50bc",
    "active_job_id": "38b36ad6-abef-43d0-8954-4b4dbe4d50bc",
    "batch_callback_id": "1bd6d6a4-7e23-46d3-97d6-e898e86cf8d6",
    "batch_id": null,
    "concurrency_key": "ExampleJob::BatchJob::CallbackJob",
    "created_at": "2026-09-25 00:10:35 UTC",
    "cron_at": null,
    "cron_key": null,
    "error": null,
    "error_event": null,
    "executions_count": 1,
    "finished_at": "2026-09-25 00:10:35 UTC",
    "job_class": "ExampleJob::BatchJob::CallbackJob",
    "labels": null,
    "lock_type": null,
    "locked_at": null,
    "locked_by_id": null,
    "performed_at": "2026-09-25 00:10:35 UTC",
    "priority": 0,
    "queue_name": "default",
    "scheduled_at": "2026-09-25 00:10:35 UTC",
    "updated_at": "2026-09-25 00:10:35 UTC"
  }
}
Batched Jobs
Jobs
Queue
Priority
Labels
Attempts
Queue
default
Priority
0
Labels
error_once
Attempts
2
Succeeded
{
  "job_id": "05e11e14-a09d-46d9-82ac-6a71aee302cf",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [
    "error_once"
  ],
  "job_class": "ExampleJob",
  "executions": 1,
  "queue_name": "default",
  "enqueued_at": "2026-09-25T00:10:30.128096465Z",
  "scheduled_at": "2026-09-25T00:10:33.250190801Z",
  "provider_job_id": "05e11e14-a09d-46d9-82ac-6a71aee302cf",
  "exception_executions": {
    "[StandardError]": 1
  },
  "_good_job": {
    "id": "05e11e14-a09d-46d9-82ac-6a71aee302cf",
    "active_job_id": "05e11e14-a09d-46d9-82ac-6a71aee302cf",
    "batch_callback_id": null,
    "batch_id": "1bd6d6a4-7e23-46d3-97d6-e898e86cf8d6",
    "concurrency_key": "ExampleJob",
    "created_at": "2026-09-25 00:10:30 UTC",
    "cron_at": null,
    "cron_key": null,
    "error": null,
    "error_event": null,
    "executions_count": 2,
    "finished_at": "2026-09-25 00:10:33 UTC",
    "job_class": "ExampleJob",
    "labels": [
      "error_once"
    ],
    "lock_type": null,
    "locked_at": null,
    "locked_by_id": null,
    "performed_at": "2026-09-25 00:10:33 UTC",
    "priority": 0,
    "queue_name": "default",
    "scheduled_at": "2026-09-25 00:10:33 UTC",
    "updated_at": "2026-09-25 00:10:33 UTC"
  }
}
Queue
default
Priority
0
Labels
error_once
Attempts
2
Succeeded
{
  "job_id": "12db620f-bc83-4177-9cc7-31c52699f762",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [
    "error_once"
  ],
  "job_class": "ExampleJob",
  "executions": 1,
  "queue_name": "default",
  "enqueued_at": "2026-09-25T00:10:30.095806156Z",
  "scheduled_at": "2026-09-25T00:10:33.223157098Z",
  "provider_job_id": "12db620f-bc83-4177-9cc7-31c52699f762",
  "exception_executions": {
    "[StandardError]": 1
  },
  "_good_job": {
    "id": "12db620f-bc83-4177-9cc7-31c52699f762",
    "active_job_id": "12db620f-bc83-4177-9cc7-31c52699f762",
    "batch_callback_id": null,
    "batch_id": "1bd6d6a4-7e23-46d3-97d6-e898e86cf8d6",
    "concurrency_key": "ExampleJob",
    "created_at": "2026-09-25 00:10:30 UTC",
    "cron_at": null,
    "cron_key": null,
    "error": null,
    "error_event": null,
    "executions_count": 2,
    "finished_at": "2026-09-25 00:10:33 UTC",
    "job_class": "ExampleJob",
    "labels": [
      "error_once"
    ],
    "lock_type": null,
    "locked_at": null,
    "locked_by_id": null,
    "performed_at": "2026-09-25 00:10:33 UTC",
    "priority": 0,
    "queue_name": "default",
    "scheduled_at": "2026-09-25 00:10:33 UTC",
    "updated_at": "2026-09-25 00:10:33 UTC"
  }
}
Queue
default
Priority
0
Labels
slow
Attempts
1
Succeeded
{
  "job_id": "29cba649-a95c-4455-9a3b-f42e44008358",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [
    "slow"
  ],
  "job_class": "ExampleJob",
  "executions": 0,
  "queue_name": "default",
  "enqueued_at": "2026-09-25T00:10:30.056425579Z",
  "scheduled_at": null,
  "provider_job_id": null,
  "exception_executions": {},
  "_good_job": {
    "id": "29cba649-a95c-4455-9a3b-f42e44008358",
    "active_job_id": "29cba649-a95c-4455-9a3b-f42e44008358",
    "batch_callback_id": null,
    "batch_id": "1bd6d6a4-7e23-46d3-97d6-e898e86cf8d6",
    "concurrency_key": "ExampleJob",
    "created_at": "2026-09-25 00:10:30 UTC",
    "cron_at": null,
    "cron_key": null,
    "error": null,
    "error_event": null,
    "executions_count": 1,
    "finished_at": "2026-09-25 00:10:35 UTC",
    "job_class": "ExampleJob",
    "labels": [
      "slow"
    ],
    "lock_type": null,
    "locked_at": null,
    "locked_by_id": null,
    "performed_at": "2026-09-25 00:10:30 UTC",
    "priority": 0,
    "queue_name": "default",
    "scheduled_at": "2026-09-25 00:10:30 UTC",
    "updated_at": "2026-09-25 00:10:35 UTC"
  }
}