Attributes
{
  "id": "9e7dbfe7-cca5-442f-9f50-6239d0e8fba9",
  "created_at": "2026-04-17 12:13:30 UTC",
  "updated_at": "2026-04-17 12:13:36 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-04-17 12:13:30 UTC",
  "discarded_at": "2026-04-17 12:13:36 UTC",
  "finished_at": "2026-04-17 12:13:36 UTC",
  "jobs_finished_at": "2026-04-17 12:13:36 UTC"
}
Callback Jobs
Jobs
Queue
Priority
Labels
Attempts
Queue
default
Priority
0
Labels
Attempts
1
Succeeded
{
  "job_id": "08291871-4a9a-4f48-b15b-a56d5079a199",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [
    {
      "_aj_globalid": "gid://test-app/GoodJob::Batch/9e7dbfe7-cca5-442f-9f50-6239d0e8fba9"
    },
    {
      "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-04-17T12:13:36.275811936Z",
  "scheduled_at": null,
  "provider_job_id": null,
  "exception_executions": {},
  "_good_job": {
    "id": "08291871-4a9a-4f48-b15b-a56d5079a199",
    "queue_name": "default",
    "priority": 0,
    "scheduled_at": "2026-04-17 12:13:36 UTC",
    "performed_at": "2026-04-17 12:13:36 UTC",
    "finished_at": "2026-04-17 12:13:36 UTC",
    "error": null,
    "created_at": "2026-04-17 12:13:36 UTC",
    "updated_at": "2026-04-17 12:13:36 UTC",
    "active_job_id": "08291871-4a9a-4f48-b15b-a56d5079a199",
    "concurrency_key": "ExampleJob::BatchJob::CallbackJob",
    "cron_key": null,
    "cron_at": null,
    "batch_id": null,
    "batch_callback_id": "9e7dbfe7-cca5-442f-9f50-6239d0e8fba9",
    "executions_count": 1,
    "job_class": "ExampleJob::BatchJob::CallbackJob",
    "error_event": null,
    "labels": null,
    "locked_by_id": null,
    "locked_at": null,
    "lock_type": null
  }
}
Batched Jobs
Jobs
Queue
Priority
Labels
Attempts
Queue
default
Priority
0
Labels
slow
Attempts
1
Succeeded
{
  "job_id": "b1c6edd8-2e09-4f3a-bf52-2abbb9c058d0",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [
    "slow"
  ],
  "job_class": "ExampleJob",
  "executions": 0,
  "queue_name": "default",
  "enqueued_at": "2026-04-17T12:13:30.026179390Z",
  "scheduled_at": null,
  "provider_job_id": null,
  "exception_executions": {},
  "_good_job": {
    "id": "b1c6edd8-2e09-4f3a-bf52-2abbb9c058d0",
    "queue_name": "default",
    "priority": 0,
    "scheduled_at": "2026-04-17 12:13:30 UTC",
    "performed_at": "2026-04-17 12:13:30 UTC",
    "finished_at": "2026-04-17 12:13:35 UTC",
    "error": null,
    "created_at": "2026-04-17 12:13:30 UTC",
    "updated_at": "2026-04-17 12:13:35 UTC",
    "active_job_id": "b1c6edd8-2e09-4f3a-bf52-2abbb9c058d0",
    "concurrency_key": "ExampleJob",
    "cron_key": null,
    "cron_at": null,
    "batch_id": "9e7dbfe7-cca5-442f-9f50-6239d0e8fba9",
    "batch_callback_id": null,
    "executions_count": 1,
    "job_class": "ExampleJob",
    "error_event": null,
    "labels": [
      "slow"
    ],
    "locked_by_id": null,
    "locked_at": null,
    "lock_type": null
  }
}
Queue
default
Priority
0
Labels
error_once
Attempts
2
Succeeded
{
  "job_id": "a2deb286-0242-4600-8b4c-e445a36d4c86",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [
    "error_once"
  ],
  "job_class": "ExampleJob",
  "executions": 1,
  "queue_name": "default",
  "enqueued_at": "2026-04-17T12:13:30.048710557Z",
  "scheduled_at": "2026-04-17T12:13:33.112881485Z",
  "provider_job_id": "a2deb286-0242-4600-8b4c-e445a36d4c86",
  "exception_executions": {
    "[StandardError]": 1
  },
  "_good_job": {
    "id": "a2deb286-0242-4600-8b4c-e445a36d4c86",
    "queue_name": "default",
    "priority": 0,
    "scheduled_at": "2026-04-17 12:13:33 UTC",
    "performed_at": "2026-04-17 12:13:33 UTC",
    "finished_at": "2026-04-17 12:13:33 UTC",
    "error": null,
    "created_at": "2026-04-17 12:13:30 UTC",
    "updated_at": "2026-04-17 12:13:33 UTC",
    "active_job_id": "a2deb286-0242-4600-8b4c-e445a36d4c86",
    "concurrency_key": "ExampleJob",
    "cron_key": null,
    "cron_at": null,
    "batch_id": "9e7dbfe7-cca5-442f-9f50-6239d0e8fba9",
    "batch_callback_id": null,
    "executions_count": 2,
    "job_class": "ExampleJob",
    "error_event": null,
    "labels": [
      "error_once"
    ],
    "locked_by_id": null,
    "locked_at": null,
    "lock_type": null
  }
}
Queue
default
Priority
0
Labels
dead
Attempts
3
Discarded
{
  "job_id": "288c4714-620b-4ffd-b286-035b224eb97f",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [
    "dead"
  ],
  "job_class": "ExampleJob",
  "executions": 2,
  "queue_name": "default",
  "enqueued_at": "2026-04-17T12:13:33.068829596Z",
  "scheduled_at": "2026-04-17T12:13:36.251544370Z",
  "provider_job_id": "288c4714-620b-4ffd-b286-035b224eb97f",
  "exception_executions": {
    "[ExampleJob::DeadError]": 2
  },
  "_good_job": {
    "id": "288c4714-620b-4ffd-b286-035b224eb97f",
    "queue_name": "default",
    "priority": 0,
    "scheduled_at": "2026-04-17 12:13:36 UTC",
    "performed_at": "2026-04-17 12:13:36 UTC",
    "finished_at": "2026-04-17 12:13:36 UTC",
    "error": "ExampleJob::DeadError: ExampleJob::DeadError",
    "created_at": "2026-04-17 12:13:33 UTC",
    "updated_at": "2026-04-17 12:13:36 UTC",
    "active_job_id": "288c4714-620b-4ffd-b286-035b224eb97f",
    "concurrency_key": "ExampleJob",
    "cron_key": null,
    "cron_at": null,
    "batch_id": "9e7dbfe7-cca5-442f-9f50-6239d0e8fba9",
    "batch_callback_id": null,
    "executions_count": 3,
    "job_class": "ExampleJob",
    "error_event": "retry_stopped",
    "labels": [
      "dead"
    ],
    "locked_by_id": null,
    "locked_at": null,
    "lock_type": null
  }
}