Attribute
{
  "id": "6c16fbbc-0bb4-47f7-b1fc-b3afd8e31a60",
  "created_at": "2026-04-17 10:25:30 UTC",
  "updated_at": "2026-04-17 10:25: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 10:25:30 UTC",
  "discarded_at": "2026-04-17 10:25:36 UTC",
  "finished_at": "2026-04-17 10:25:36 UTC",
  "jobs_finished_at": "2026-04-17 10:25:36 UTC"
}
Callback-Jobs
Jobs
Warteschlange
PrioritÀt
Etiketten
Versuche
Warteschlange
default
PrioritÀt
0
Etiketten
Versuche
1
Erfolgreich
{
  "job_id": "28bfe0de-0958-46d9-b07f-68b3bd8ff752",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [
    {
      "_aj_globalid": "gid://test-app/GoodJob::Batch/6c16fbbc-0bb4-47f7-b1fc-b3afd8e31a60"
    },
    {
      "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-17T10:25:36.663142213Z",
  "scheduled_at": null,
  "provider_job_id": null,
  "exception_executions": {},
  "_good_job": {
    "id": "28bfe0de-0958-46d9-b07f-68b3bd8ff752",
    "queue_name": "default",
    "priority": 0,
    "scheduled_at": "2026-04-17 10:25:36 UTC",
    "performed_at": "2026-04-17 10:25:36 UTC",
    "finished_at": "2026-04-17 10:25:36 UTC",
    "error": null,
    "created_at": "2026-04-17 10:25:36 UTC",
    "updated_at": "2026-04-17 10:25:36 UTC",
    "active_job_id": "28bfe0de-0958-46d9-b07f-68b3bd8ff752",
    "concurrency_key": "ExampleJob::BatchJob::CallbackJob",
    "cron_key": null,
    "cron_at": null,
    "batch_id": null,
    "batch_callback_id": "6c16fbbc-0bb4-47f7-b1fc-b3afd8e31a60",
    "executions_count": 1,
    "job_class": "ExampleJob::BatchJob::CallbackJob",
    "error_event": null,
    "labels": null,
    "locked_by_id": null,
    "locked_at": null,
    "lock_type": null
  }
}
Batch-Jobs
Jobs
Warteschlange
PrioritÀt
Etiketten
Versuche
Warteschlange
default
PrioritÀt
0
Etiketten
error_once
Versuche
2
Erfolgreich
{
  "job_id": "562a21f3-78c6-4166-a227-39790b34d3da",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [
    "error_once"
  ],
  "job_class": "ExampleJob",
  "executions": 1,
  "queue_name": "default",
  "enqueued_at": "2026-04-17T10:25:30.061798659Z",
  "scheduled_at": "2026-04-17T10:25:33.182943982Z",
  "provider_job_id": "562a21f3-78c6-4166-a227-39790b34d3da",
  "exception_executions": {
    "[StandardError]": 1
  },
  "_good_job": {
    "id": "562a21f3-78c6-4166-a227-39790b34d3da",
    "queue_name": "default",
    "priority": 0,
    "scheduled_at": "2026-04-17 10:25:33 UTC",
    "performed_at": "2026-04-17 10:25:33 UTC",
    "finished_at": "2026-04-17 10:25:33 UTC",
    "error": null,
    "created_at": "2026-04-17 10:25:30 UTC",
    "updated_at": "2026-04-17 10:25:33 UTC",
    "active_job_id": "562a21f3-78c6-4166-a227-39790b34d3da",
    "concurrency_key": "ExampleJob",
    "cron_key": null,
    "cron_at": null,
    "batch_id": "6c16fbbc-0bb4-47f7-b1fc-b3afd8e31a60",
    "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
  }
}
Warteschlange
default
PrioritÀt
0
Etiketten
dead
Versuche
3
Verworfen
{
  "job_id": "2b7c4ea7-6a78-46ce-84da-578a1e488135",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [
    "dead"
  ],
  "job_class": "ExampleJob",
  "executions": 2,
  "queue_name": "default",
  "enqueued_at": "2026-04-17T10:25:33.216931867Z",
  "scheduled_at": "2026-04-17T10:25:36.639530516Z",
  "provider_job_id": "2b7c4ea7-6a78-46ce-84da-578a1e488135",
  "exception_executions": {
    "[ExampleJob::DeadError]": 2
  },
  "_good_job": {
    "id": "2b7c4ea7-6a78-46ce-84da-578a1e488135",
    "queue_name": "default",
    "priority": 0,
    "scheduled_at": "2026-04-17 10:25:36 UTC",
    "performed_at": "2026-04-17 10:25:36 UTC",
    "finished_at": "2026-04-17 10:25:36 UTC",
    "error": "ExampleJob::DeadError: ExampleJob::DeadError",
    "created_at": "2026-04-17 10:25:33 UTC",
    "updated_at": "2026-04-17 10:25:36 UTC",
    "active_job_id": "2b7c4ea7-6a78-46ce-84da-578a1e488135",
    "concurrency_key": "ExampleJob",
    "cron_key": null,
    "cron_at": null,
    "batch_id": "6c16fbbc-0bb4-47f7-b1fc-b3afd8e31a60",
    "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
  }
}
Warteschlange
default
PrioritÀt
0
Etiketten
slow
Versuche
1
Erfolgreich
{
  "job_id": "9ea8e1c9-96e7-4548-86b0-a7cb82c2cc1c",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [
    "slow"
  ],
  "job_class": "ExampleJob",
  "executions": 0,
  "queue_name": "default",
  "enqueued_at": "2026-04-17T10:25:30.042299041Z",
  "scheduled_at": null,
  "provider_job_id": null,
  "exception_executions": {},
  "_good_job": {
    "id": "9ea8e1c9-96e7-4548-86b0-a7cb82c2cc1c",
    "queue_name": "default",
    "priority": 0,
    "scheduled_at": "2026-04-17 10:25:30 UTC",
    "performed_at": "2026-04-17 10:25:30 UTC",
    "finished_at": "2026-04-17 10:25:35 UTC",
    "error": null,
    "created_at": "2026-04-17 10:25:30 UTC",
    "updated_at": "2026-04-17 10:25:35 UTC",
    "active_job_id": "9ea8e1c9-96e7-4548-86b0-a7cb82c2cc1c",
    "concurrency_key": "ExampleJob",
    "cron_key": null,
    "cron_at": null,
    "batch_id": "6c16fbbc-0bb4-47f7-b1fc-b3afd8e31a60",
    "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
  }
}