Atributos
{
  "id": "71d9b8b4-df3c-4878-8fef-a58e0ec7f06c",
  "created_at": "2026-05-16 08:30:00 UTC",
  "updated_at": "2026-05-16 08:47:48 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-05-16 08:30:00 UTC",
  "discarded_at": "2026-05-16 08:30:07 UTC",
  "finished_at": "2026-05-16 08:47:48 UTC",
  "jobs_finished_at": "2026-05-16 08:47:48 UTC"
}
Tarefas de Callback
Tarefas
Fila
Prioridade
Rótulos
Tentativas
Fila
default
Prioridade
0
Rótulos
Tentativas
1
Concluído com sucesso
{
  "job_id": "99e9f27e-1bfe-4811-9ab0-372c368580e6",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [
    {
      "_aj_globalid": "gid://test-app/GoodJob::Batch/71d9b8b4-df3c-4878-8fef-a58e0ec7f06c"
    },
    {
      "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-05-16T08:47:48.800105334Z",
  "scheduled_at": null,
  "provider_job_id": null,
  "exception_executions": {},
  "_good_job": {
    "id": "99e9f27e-1bfe-4811-9ab0-372c368580e6",
    "queue_name": "default",
    "priority": 0,
    "scheduled_at": "2026-05-16 08:47:48 UTC",
    "performed_at": "2026-05-16 08:47:48 UTC",
    "finished_at": "2026-05-16 08:47:48 UTC",
    "error": null,
    "created_at": "2026-05-16 08:47:48 UTC",
    "updated_at": "2026-05-16 08:47:48 UTC",
    "active_job_id": "99e9f27e-1bfe-4811-9ab0-372c368580e6",
    "concurrency_key": "ExampleJob::BatchJob::CallbackJob",
    "cron_key": null,
    "cron_at": null,
    "batch_id": null,
    "batch_callback_id": "71d9b8b4-df3c-4878-8fef-a58e0ec7f06c",
    "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
error_five_times
Tentativas
6
Concluído com sucesso
{
  "job_id": "32d387a5-80d8-4060-940e-2d8ecf6bdace",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [
    "error_five_times"
  ],
  "job_class": "ExampleJob",
  "executions": 5,
  "queue_name": "default",
  "enqueued_at": "2026-05-16T08:36:39.872044702Z",
  "scheduled_at": "2026-05-16T08:47:48.774122559Z",
  "provider_job_id": "32d387a5-80d8-4060-940e-2d8ecf6bdace",
  "exception_executions": {
    "[StandardError]": 5
  },
  "_good_job": {
    "id": "32d387a5-80d8-4060-940e-2d8ecf6bdace",
    "queue_name": "default",
    "priority": 0,
    "scheduled_at": "2026-05-16 08:47:48 UTC",
    "performed_at": "2026-05-16 08:47:48 UTC",
    "finished_at": "2026-05-16 08:47:48 UTC",
    "error": null,
    "created_at": "2026-05-16 08:36:39 UTC",
    "updated_at": "2026-05-16 08:47:48 UTC",
    "active_job_id": "32d387a5-80d8-4060-940e-2d8ecf6bdace",
    "concurrency_key": "ExampleJob",
    "cron_key": null,
    "cron_at": null,
    "batch_id": "71d9b8b4-df3c-4878-8fef-a58e0ec7f06c",
    "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
dead
Tentativas
3
Descartado
{
  "job_id": "aed73957-bbd0-49c0-b11a-fc4ed80d55f9",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [
    "dead"
  ],
  "job_class": "ExampleJob",
  "executions": 2,
  "queue_name": "default",
  "enqueued_at": "2026-05-16T08:30:04.335291573Z",
  "scheduled_at": "2026-05-16T08:30:07.339308842Z",
  "provider_job_id": "aed73957-bbd0-49c0-b11a-fc4ed80d55f9",
  "exception_executions": {
    "[ExampleJob::DeadError]": 2
  },
  "_good_job": {
    "id": "aed73957-bbd0-49c0-b11a-fc4ed80d55f9",
    "queue_name": "default",
    "priority": 0,
    "scheduled_at": "2026-05-16 08:30:07 UTC",
    "performed_at": "2026-05-16 08:30:07 UTC",
    "finished_at": "2026-05-16 08:30:07 UTC",
    "error": "ExampleJob::DeadError: ExampleJob::DeadError",
    "created_at": "2026-05-16 08:30:04 UTC",
    "updated_at": "2026-05-16 08:30:07 UTC",
    "active_job_id": "aed73957-bbd0-49c0-b11a-fc4ed80d55f9",
    "concurrency_key": "ExampleJob",
    "cron_key": null,
    "cron_at": null,
    "batch_id": "71d9b8b4-df3c-4878-8fef-a58e0ec7f06c",
    "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
slow
Tentativas
1
Concluído com sucesso
{
  "job_id": "2e67500d-9571-402d-b4be-f5addd4101d4",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [
    "slow"
  ],
  "job_class": "ExampleJob",
  "executions": 0,
  "queue_name": "default",
  "enqueued_at": "2026-05-16T08:30:00.269306763Z",
  "scheduled_at": null,
  "provider_job_id": null,
  "exception_executions": {},
  "_good_job": {
    "id": "2e67500d-9571-402d-b4be-f5addd4101d4",
    "queue_name": "default",
    "priority": 0,
    "scheduled_at": "2026-05-16 08:30:00 UTC",
    "performed_at": "2026-05-16 08:30:00 UTC",
    "finished_at": "2026-05-16 08:30:05 UTC",
    "error": null,
    "created_at": "2026-05-16 08:30:00 UTC",
    "updated_at": "2026-05-16 08:30:05 UTC",
    "active_job_id": "2e67500d-9571-402d-b4be-f5addd4101d4",
    "concurrency_key": "ExampleJob",
    "cron_key": null,
    "cron_at": null,
    "batch_id": "71d9b8b4-df3c-4878-8fef-a58e0ec7f06c",
    "batch_callback_id": null,
    "executions_count": 1,
    "job_class": "ExampleJob",
    "error_event": null,
    "labels": [
      "slow"
    ],
    "locked_by_id": null,
    "locked_at": null
  }
}