Atributos
{
  "id": "7ca84f56-6543-4be3-a50b-2a1134409201",
  "created_at": "2026-03-06 20:04:00 UTC",
  "updated_at": "2026-03-06 20:22:09 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-03-06 20:04:00 UTC",
  "discarded_at": "2026-03-06 20:04:06 UTC",
  "finished_at": "2026-03-06 20:22:09 UTC",
  "jobs_finished_at": "2026-03-06 20:22:09 UTC"
}
Tarefas de Callback
Tarefas
Fila
Prioridade
Rótulos
Tentativas
Fila
default
Prioridade
0
Rótulos
Tentativas
1
Concluído com sucesso
{
  "job_id": "40ee494f-af4e-48a1-8e51-335a615ac465",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [
    {
      "_aj_globalid": "gid://test-app/GoodJob::Batch/7ca84f56-6543-4be3-a50b-2a1134409201"
    },
    {
      "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-03-06T20:22:09.408948300Z",
  "scheduled_at": null,
  "provider_job_id": null,
  "exception_executions": {},
  "_good_job": {
    "id": "40ee494f-af4e-48a1-8e51-335a615ac465",
    "queue_name": "default",
    "priority": 0,
    "scheduled_at": "2026-03-06 20:22:09 UTC",
    "performed_at": "2026-03-06 20:22:09 UTC",
    "finished_at": "2026-03-06 20:22:09 UTC",
    "error": null,
    "created_at": "2026-03-06 20:22:09 UTC",
    "updated_at": "2026-03-06 20:22:09 UTC",
    "active_job_id": "40ee494f-af4e-48a1-8e51-335a615ac465",
    "concurrency_key": "ExampleJob::BatchJob::CallbackJob",
    "cron_key": null,
    "cron_at": null,
    "batch_id": null,
    "batch_callback_id": "7ca84f56-6543-4be3-a50b-2a1134409201",
    "executions_count": 1,
    "job_class": "ExampleJob::BatchJob::CallbackJob",
    "error_event": null,
    "labels": null,
    "locked_by_id": null,
    "locked_at": null
  }
}
Tarefas em Lote
Tarefas
Fila
Prioridade
Rótulos
Tentativas
Fila
default
Prioridade
0
Rótulos
dead
Tentativas
3
Descartado
{
  "job_id": "a5466092-e2ad-43df-a092-66bc23588297",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [
    "dead"
  ],
  "job_class": "ExampleJob",
  "executions": 2,
  "queue_name": "default",
  "enqueued_at": "2026-03-06T20:04:03.151759303Z",
  "scheduled_at": "2026-03-06T20:04:06.367463265Z",
  "provider_job_id": "a5466092-e2ad-43df-a092-66bc23588297",
  "exception_executions": {
    "[ExampleJob::DeadError]": 2
  },
  "_good_job": {
    "id": "a5466092-e2ad-43df-a092-66bc23588297",
    "queue_name": "default",
    "priority": 0,
    "scheduled_at": "2026-03-06 20:04:06 UTC",
    "performed_at": "2026-03-06 20:04:06 UTC",
    "finished_at": "2026-03-06 20:04:06 UTC",
    "error": "ExampleJob::DeadError: ExampleJob::DeadError",
    "created_at": "2026-03-06 20:04:03 UTC",
    "updated_at": "2026-03-06 20:04:06 UTC",
    "active_job_id": "a5466092-e2ad-43df-a092-66bc23588297",
    "concurrency_key": "ExampleJob",
    "cron_key": null,
    "cron_at": null,
    "batch_id": "7ca84f56-6543-4be3-a50b-2a1134409201",
    "batch_callback_id": null,
    "executions_count": 3,
    "job_class": "ExampleJob",
    "error_event": "retry_stopped",
    "labels": [
      "dead"
    ],
    "locked_by_id": null,
    "locked_at": null
  }
}
Fila
default
Prioridade
0
Rótulos
error_five_times
Tentativas
6
Concluído com sucesso
{
  "job_id": "b71969f7-ccca-473d-9447-917bdd645dcd",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [
    "error_five_times"
  ],
  "job_class": "ExampleJob",
  "executions": 5,
  "queue_name": "default",
  "enqueued_at": "2026-03-06T20:10:16.371281922Z",
  "scheduled_at": "2026-03-06T20:21:23.070413728Z",
  "provider_job_id": "b71969f7-ccca-473d-9447-917bdd645dcd",
  "exception_executions": {
    "[StandardError]": 5
  },
  "_good_job": {
    "id": "b71969f7-ccca-473d-9447-917bdd645dcd",
    "queue_name": "default",
    "priority": 0,
    "scheduled_at": "2026-03-06 20:21:23 UTC",
    "performed_at": "2026-03-06 20:21:23 UTC",
    "finished_at": "2026-03-06 20:21:23 UTC",
    "error": null,
    "created_at": "2026-03-06 20:10:16 UTC",
    "updated_at": "2026-03-06 20:21:23 UTC",
    "active_job_id": "b71969f7-ccca-473d-9447-917bdd645dcd",
    "concurrency_key": "ExampleJob",
    "cron_key": null,
    "cron_at": null,
    "batch_id": "7ca84f56-6543-4be3-a50b-2a1134409201",
    "batch_callback_id": null,
    "executions_count": 6,
    "job_class": "ExampleJob",
    "error_event": null,
    "labels": [
      "error_five_times"
    ],
    "locked_by_id": null,
    "locked_at": null
  }
}
Fila
default
Prioridade
0
Rótulos
error_five_times
Tentativas
6
Concluído com sucesso
{
  "job_id": "0a79525d-bbd7-4cc0-881b-8cfd8f627800",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [
    "error_five_times"
  ],
  "job_class": "ExampleJob",
  "executions": 5,
  "queue_name": "default",
  "enqueued_at": "2026-03-06T20:10:44.818471306Z",
  "scheduled_at": "2026-03-06T20:22:09.391334358Z",
  "provider_job_id": "0a79525d-bbd7-4cc0-881b-8cfd8f627800",
  "exception_executions": {
    "[StandardError]": 5
  },
  "_good_job": {
    "id": "0a79525d-bbd7-4cc0-881b-8cfd8f627800",
    "queue_name": "default",
    "priority": 0,
    "scheduled_at": "2026-03-06 20:22:09 UTC",
    "performed_at": "2026-03-06 20:22:09 UTC",
    "finished_at": "2026-03-06 20:22:09 UTC",
    "error": null,
    "created_at": "2026-03-06 20:10:44 UTC",
    "updated_at": "2026-03-06 20:22:09 UTC",
    "active_job_id": "0a79525d-bbd7-4cc0-881b-8cfd8f627800",
    "concurrency_key": "ExampleJob",
    "cron_key": null,
    "cron_at": null,
    "batch_id": "7ca84f56-6543-4be3-a50b-2a1134409201",
    "batch_callback_id": null,
    "executions_count": 6,
    "job_class": "ExampleJob",
    "error_event": null,
    "labels": [
      "error_five_times"
    ],
    "locked_by_id": null,
    "locked_at": null
  }
}