Attributi
{
  "id": "e7dc2fb4-644d-47f7-9016-ca61d42398b3",
  "created_at": "2026-04-18 01:54:32 UTC",
  "updated_at": "2026-04-18 02:12:20 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-18 01:54:32 UTC",
  "discarded_at": "2026-04-18 01:54:38 UTC",
  "finished_at": "2026-04-18 02:12:20 UTC",
  "jobs_finished_at": "2026-04-18 02:12:20 UTC"
}
Job di callback
Job
Coda
Priorità
Etichette
Tentativi
Coda
default
Priorità
0
Etichette
Tentativi
1
Riuscito
{
  "job_id": "cbb0b7b1-b85b-4718-baac-9c394280e2fb",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [
    {
      "_aj_globalid": "gid://test-app/GoodJob::Batch/e7dc2fb4-644d-47f7-9016-ca61d42398b3"
    },
    {
      "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-18T02:12:20.851698473Z",
  "scheduled_at": null,
  "provider_job_id": null,
  "exception_executions": {},
  "_good_job": {
    "id": "cbb0b7b1-b85b-4718-baac-9c394280e2fb",
    "queue_name": "default",
    "priority": 0,
    "scheduled_at": "2026-04-18 02:12:20 UTC",
    "performed_at": "2026-04-18 02:12:20 UTC",
    "finished_at": "2026-04-18 02:12:20 UTC",
    "error": null,
    "created_at": "2026-04-18 02:12:20 UTC",
    "updated_at": "2026-04-18 02:12:20 UTC",
    "active_job_id": "cbb0b7b1-b85b-4718-baac-9c394280e2fb",
    "concurrency_key": "ExampleJob::BatchJob::CallbackJob",
    "cron_key": null,
    "cron_at": null,
    "batch_id": null,
    "batch_callback_id": "e7dc2fb4-644d-47f7-9016-ca61d42398b3",
    "executions_count": 1,
    "job_class": "ExampleJob::BatchJob::CallbackJob",
    "error_event": null,
    "labels": null,
    "locked_by_id": null,
    "locked_at": null
  }
}
Job raggruppati
Job
Coda
Priorità
Etichette
Tentativi
Coda
default
Priorità
0
Etichette
error_five_times
Tentativi
6
Riuscito
{
  "job_id": "f2b76e40-991a-4256-a056-fee290c42622",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [
    "error_five_times"
  ],
  "job_class": "ExampleJob",
  "executions": 5,
  "queue_name": "default",
  "enqueued_at": "2026-04-18T02:01:00.946051241Z",
  "scheduled_at": "2026-04-18T02:12:20.829648796Z",
  "provider_job_id": "f2b76e40-991a-4256-a056-fee290c42622",
  "exception_executions": {
    "[StandardError]": 5
  },
  "_good_job": {
    "id": "f2b76e40-991a-4256-a056-fee290c42622",
    "queue_name": "default",
    "priority": 0,
    "scheduled_at": "2026-04-18 02:12:20 UTC",
    "performed_at": "2026-04-18 02:12:20 UTC",
    "finished_at": "2026-04-18 02:12:20 UTC",
    "error": null,
    "created_at": "2026-04-18 02:01:00 UTC",
    "updated_at": "2026-04-18 02:12:20 UTC",
    "active_job_id": "f2b76e40-991a-4256-a056-fee290c42622",
    "concurrency_key": "ExampleJob",
    "cron_key": null,
    "cron_at": null,
    "batch_id": "e7dc2fb4-644d-47f7-9016-ca61d42398b3",
    "batch_callback_id": null,
    "executions_count": 6,
    "job_class": "ExampleJob",
    "error_event": null,
    "labels": [
      "error_five_times"
    ],
    "locked_by_id": null,
    "locked_at": null
  }
}
Coda
default
Priorità
0
Etichette
dead
Tentativi
3
Scartato
{
  "job_id": "1fc0c26d-51e9-4d59-9fbc-740bc976a558",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [
    "dead"
  ],
  "job_class": "ExampleJob",
  "executions": 2,
  "queue_name": "default",
  "enqueued_at": "2026-04-18T01:54:35.393010737Z",
  "scheduled_at": "2026-04-18T01:54:38.785789084Z",
  "provider_job_id": "1fc0c26d-51e9-4d59-9fbc-740bc976a558",
  "exception_executions": {
    "[ExampleJob::DeadError]": 2
  },
  "_good_job": {
    "id": "1fc0c26d-51e9-4d59-9fbc-740bc976a558",
    "queue_name": "default",
    "priority": 0,
    "scheduled_at": "2026-04-18 01:54:38 UTC",
    "performed_at": "2026-04-18 01:54:38 UTC",
    "finished_at": "2026-04-18 01:54:38 UTC",
    "error": "ExampleJob::DeadError: ExampleJob::DeadError",
    "created_at": "2026-04-18 01:54:35 UTC",
    "updated_at": "2026-04-18 01:54:38 UTC",
    "active_job_id": "1fc0c26d-51e9-4d59-9fbc-740bc976a558",
    "concurrency_key": "ExampleJob",
    "cron_key": null,
    "cron_at": null,
    "batch_id": "e7dc2fb4-644d-47f7-9016-ca61d42398b3",
    "batch_callback_id": null,
    "executions_count": 3,
    "job_class": "ExampleJob",
    "error_event": "retry_stopped",
    "labels": [
      "dead"
    ],
    "locked_by_id": null,
    "locked_at": null
  }
}
Coda
default
Priorità
0
Etichette
dead
Tentativi
3
Scartato
{
  "job_id": "4ab402cb-cfe8-482b-8db4-d8846392b3f8",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [
    "dead"
  ],
  "job_class": "ExampleJob",
  "executions": 2,
  "queue_name": "default",
  "enqueued_at": "2026-04-18T01:54:35.440436009Z",
  "scheduled_at": "2026-04-18T01:54:38.755788032Z",
  "provider_job_id": "4ab402cb-cfe8-482b-8db4-d8846392b3f8",
  "exception_executions": {
    "[ExampleJob::DeadError]": 2
  },
  "_good_job": {
    "id": "4ab402cb-cfe8-482b-8db4-d8846392b3f8",
    "queue_name": "default",
    "priority": 0,
    "scheduled_at": "2026-04-18 01:54:38 UTC",
    "performed_at": "2026-04-18 01:54:38 UTC",
    "finished_at": "2026-04-18 01:54:38 UTC",
    "error": "ExampleJob::DeadError: ExampleJob::DeadError",
    "created_at": "2026-04-18 01:54:35 UTC",
    "updated_at": "2026-04-18 01:54:38 UTC",
    "active_job_id": "4ab402cb-cfe8-482b-8db4-d8846392b3f8",
    "concurrency_key": "ExampleJob",
    "cron_key": null,
    "cron_at": null,
    "batch_id": "e7dc2fb4-644d-47f7-9016-ca61d42398b3",
    "batch_callback_id": null,
    "executions_count": 3,
    "job_class": "ExampleJob",
    "error_event": "retry_stopped",
    "labels": [
      "dead"
    ],
    "locked_by_id": null,
    "locked_at": null
  }
}