Attributes
{
  "id": "a6bd10e6-f62d-495a-8ba8-4c09d2cd130f",
  "created_at": "2025-12-01 09:12:30 UTC",
  "updated_at": "2025-12-01 09:12:35 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": "2025-12-01 09:12:30 UTC",
  "discarded_at": null,
  "finished_at": "2025-12-01 09:12:35 UTC",
  "jobs_finished_at": "2025-12-01 09:12:35 UTC"
}
Callback Jobs
Jobs
Queue
Priority
Labels
Attempts
{
  "job_id": "4cee4398-baef-4758-9a43-61f428b95d59",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [
    {
      "_aj_globalid": "gid://test-app/GoodJob::Batch/a6bd10e6-f62d-495a-8ba8-4c09d2cd130f"
    },
    {
      "event": {
        "value": "finish",
        "_aj_serialized": "ActiveJob::Serializers::SymbolSerializer"
      },
      "_aj_symbol_keys": [
        "event"
      ]
    }
  ],
  "job_class": "ExampleJob::BatchJob::CallbackJob",
  "executions": 0,
  "queue_name": "default",
  "enqueued_at": "2025-12-01T09:12:35.377152719Z",
  "scheduled_at": null,
  "provider_job_id": null,
  "exception_executions": {},
  "_good_job": {
    "id": "4cee4398-baef-4758-9a43-61f428b95d59",
    "queue_name": "default",
    "priority": 0,
    "scheduled_at": "2025-12-01 09:12:35 UTC",
    "performed_at": "2025-12-01 09:12:35 UTC",
    "finished_at": "2025-12-01 09:12:35 UTC",
    "error": null,
    "created_at": "2025-12-01 09:12:35 UTC",
    "updated_at": "2025-12-01 09:12:35 UTC",
    "active_job_id": "4cee4398-baef-4758-9a43-61f428b95d59",
    "concurrency_key": "ExampleJob::BatchJob::CallbackJob",
    "cron_key": null,
    "cron_at": null,
    "batch_id": null,
    "batch_callback_id": "a6bd10e6-f62d-495a-8ba8-4c09d2cd130f",
    "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_once
Attempts
2
{
  "job_id": "a73404ff-a037-4ac5-85fe-763959e7f251",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [
    "error_once"
  ],
  "job_class": "ExampleJob",
  "executions": 1,
  "queue_name": "default",
  "enqueued_at": "2025-12-01T09:12:32.172915096Z",
  "scheduled_at": "2025-12-01T09:12:35.322380422Z",
  "provider_job_id": "a73404ff-a037-4ac5-85fe-763959e7f251",
  "exception_executions": {
    "[StandardError]": 1
  },
  "_good_job": {
    "id": "a73404ff-a037-4ac5-85fe-763959e7f251",
    "queue_name": "default",
    "priority": 0,
    "scheduled_at": "2025-12-01 09:12:35 UTC",
    "performed_at": "2025-12-01 09:12:35 UTC",
    "finished_at": "2025-12-01 09:12:35 UTC",
    "error": null,
    "created_at": "2025-12-01 09:12:32 UTC",
    "updated_at": "2025-12-01 09:12:35 UTC",
    "active_job_id": "a73404ff-a037-4ac5-85fe-763959e7f251",
    "concurrency_key": "ExampleJob",
    "cron_key": null,
    "cron_at": null,
    "batch_id": "a6bd10e6-f62d-495a-8ba8-4c09d2cd130f",
    "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
{
  "job_id": "9ef73910-6d99-4e65-9642-fcab620b6284",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [
    "slow"
  ],
  "job_class": "ExampleJob",
  "executions": 0,
  "queue_name": "default",
  "enqueued_at": "2025-12-01T09:12:30.067547458Z",
  "scheduled_at": null,
  "provider_job_id": null,
  "exception_executions": {},
  "_good_job": {
    "id": "9ef73910-6d99-4e65-9642-fcab620b6284",
    "queue_name": "default",
    "priority": 0,
    "scheduled_at": "2025-12-01 09:12:30 UTC",
    "performed_at": "2025-12-01 09:12:30 UTC",
    "finished_at": "2025-12-01 09:12:35 UTC",
    "error": null,
    "created_at": "2025-12-01 09:12:30 UTC",
    "updated_at": "2025-12-01 09:12:35 UTC",
    "active_job_id": "9ef73910-6d99-4e65-9642-fcab620b6284",
    "concurrency_key": "ExampleJob",
    "cron_key": null,
    "cron_at": null,
    "batch_id": "a6bd10e6-f62d-495a-8ba8-4c09d2cd130f",
    "batch_callback_id": null,
    "executions_count": 1,
    "job_class": "ExampleJob",
    "error_event": null,
    "labels": [
      "slow"
    ],
    "locked_by_id": null,
    "locked_at": null
  }
}
Queue
default
Priority
0
Labels
slow
Attempts
1
{
  "job_id": "7bbd6aaa-a109-4cff-a7cd-5b49837bcc7b",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [
    "slow"
  ],
  "job_class": "ExampleJob",
  "executions": 0,
  "queue_name": "default",
  "enqueued_at": "2025-12-01T09:12:30.067680068Z",
  "scheduled_at": null,
  "provider_job_id": null,
  "exception_executions": {},
  "_good_job": {
    "id": "7bbd6aaa-a109-4cff-a7cd-5b49837bcc7b",
    "queue_name": "default",
    "priority": 0,
    "scheduled_at": "2025-12-01 09:12:30 UTC",
    "performed_at": "2025-12-01 09:12:30 UTC",
    "finished_at": "2025-12-01 09:12:35 UTC",
    "error": null,
    "created_at": "2025-12-01 09:12:30 UTC",
    "updated_at": "2025-12-01 09:12:35 UTC",
    "active_job_id": "7bbd6aaa-a109-4cff-a7cd-5b49837bcc7b",
    "concurrency_key": "ExampleJob",
    "cron_key": null,
    "cron_at": null,
    "batch_id": "a6bd10e6-f62d-495a-8ba8-4c09d2cd130f",
    "batch_callback_id": null,
    "executions_count": 1,
    "job_class": "ExampleJob",
    "error_event": null,
    "labels": [
      "slow"
    ],
    "locked_by_id": null,
    "locked_at": null
  }
}