Atributos
{
  "id": "f6cf8941-4a62-4e5b-85f3-759afc7311fb",
  "created_at": "2026-07-17 02:52:11 UTC",
  "updated_at": "2026-07-17 02:52:27 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-07-17 02:52:11 UTC",
  "discarded_at": "2026-07-17 02:52:27 UTC",
  "finished_at": "2026-07-17 02:52:27 UTC",
  "jobs_finished_at": "2026-07-17 02:52:27 UTC"
}
Tarefas de Callback
Tarefas
Fila
Prioridade
Rótulos
Tentativas
Fila
default
Prioridade
0
Rótulos
Tentativas
1
Concluído com sucesso
{
  "job_id": "4794252b-8830-42fe-8e39-3be16b2521c3",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [
    {
      "_aj_globalid": "gid://test-app/GoodJob::Batch/f6cf8941-4a62-4e5b-85f3-759afc7311fb"
    },
    {
      "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-07-17T02:52:27.236572292Z",
  "scheduled_at": null,
  "provider_job_id": null,
  "exception_executions": {},
  "_good_job": {
    "id": "4794252b-8830-42fe-8e39-3be16b2521c3",
    "queue_name": "default",
    "priority": 0,
    "scheduled_at": "2026-07-17 02:52:27 UTC",
    "performed_at": "2026-07-17 02:52:29 UTC",
    "finished_at": "2026-07-17 02:52:29 UTC",
    "error": null,
    "created_at": "2026-07-17 02:52:27 UTC",
    "updated_at": "2026-07-17 02:52:29 UTC",
    "active_job_id": "4794252b-8830-42fe-8e39-3be16b2521c3",
    "concurrency_key": "ExampleJob::BatchJob::CallbackJob",
    "cron_key": null,
    "cron_at": null,
    "batch_id": null,
    "batch_callback_id": "f6cf8941-4a62-4e5b-85f3-759afc7311fb",
    "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": "a4a7453f-acdb-413d-897d-6be53a668bdc",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [
    "dead"
  ],
  "job_class": "ExampleJob",
  "executions": 2,
  "queue_name": "default",
  "enqueued_at": "2026-07-17T02:52:17.483740059Z",
  "scheduled_at": "2026-07-17T02:52:20.826978471Z",
  "provider_job_id": "a4a7453f-acdb-413d-897d-6be53a668bdc",
  "exception_executions": {
    "[ExampleJob::DeadError]": 2
  },
  "_good_job": {
    "id": "a4a7453f-acdb-413d-897d-6be53a668bdc",
    "queue_name": "default",
    "priority": 0,
    "scheduled_at": "2026-07-17 02:52:20 UTC",
    "performed_at": "2026-07-17 02:52:27 UTC",
    "finished_at": "2026-07-17 02:52:27 UTC",
    "error": "ExampleJob::DeadError: ExampleJob::DeadError",
    "created_at": "2026-07-17 02:52:17 UTC",
    "updated_at": "2026-07-17 02:52:27 UTC",
    "active_job_id": "a4a7453f-acdb-413d-897d-6be53a668bdc",
    "concurrency_key": "ExampleJob",
    "cron_key": null,
    "cron_at": null,
    "batch_id": "f6cf8941-4a62-4e5b-85f3-759afc7311fb",
    "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_once
Tentativas
2
Concluído com sucesso
{
  "job_id": "f87fdaed-7d84-47d6-a300-4955d5666696",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [
    "error_once"
  ],
  "job_class": "ExampleJob",
  "executions": 1,
  "queue_name": "default",
  "enqueued_at": "2026-07-17T02:52:17.523041195Z",
  "scheduled_at": "2026-07-17T02:52:20.638654593Z",
  "provider_job_id": "f87fdaed-7d84-47d6-a300-4955d5666696",
  "exception_executions": {
    "[StandardError]": 1
  },
  "_good_job": {
    "id": "f87fdaed-7d84-47d6-a300-4955d5666696",
    "queue_name": "default",
    "priority": 0,
    "scheduled_at": "2026-07-17 02:52:20 UTC",
    "performed_at": "2026-07-17 02:52:18 UTC",
    "finished_at": "2026-07-17 02:52:18 UTC",
    "error": null,
    "created_at": "2026-07-17 02:52:17 UTC",
    "updated_at": "2026-07-17 02:52:18 UTC",
    "active_job_id": "f87fdaed-7d84-47d6-a300-4955d5666696",
    "concurrency_key": "ExampleJob",
    "cron_key": null,
    "cron_at": null,
    "batch_id": "f6cf8941-4a62-4e5b-85f3-759afc7311fb",
    "batch_callback_id": null,
    "executions_count": 2,
    "job_class": "ExampleJob",
    "error_event": null,
    "labels": [
      "error_once"
    ],
    "locked_by_id": null,
    "locked_at": null
  }
}
Fila
default
Prioridade
0
Rótulos
error_once
Tentativas
2
Concluído com sucesso
{
  "job_id": "62bad7b6-5efb-4afd-8ab3-ae76e54edbad",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [
    "error_once"
  ],
  "job_class": "ExampleJob",
  "executions": 1,
  "queue_name": "default",
  "enqueued_at": "2026-07-17T02:52:14.195045693Z",
  "scheduled_at": "2026-07-17T02:52:17.228691022Z",
  "provider_job_id": "62bad7b6-5efb-4afd-8ab3-ae76e54edbad",
  "exception_executions": {
    "[StandardError]": 1
  },
  "_good_job": {
    "id": "62bad7b6-5efb-4afd-8ab3-ae76e54edbad",
    "queue_name": "default",
    "priority": 0,
    "scheduled_at": "2026-07-17 02:52:17 UTC",
    "performed_at": "2026-07-17 02:52:15 UTC",
    "finished_at": "2026-07-17 02:52:15 UTC",
    "error": null,
    "created_at": "2026-07-17 02:52:14 UTC",
    "updated_at": "2026-07-17 02:52:15 UTC",
    "active_job_id": "62bad7b6-5efb-4afd-8ab3-ae76e54edbad",
    "concurrency_key": "ExampleJob",
    "cron_key": null,
    "cron_at": null,
    "batch_id": "f6cf8941-4a62-4e5b-85f3-759afc7311fb",
    "batch_callback_id": null,
    "executions_count": 2,
    "job_class": "ExampleJob",
    "error_event": null,
    "labels": [
      "error_once"
    ],
    "locked_by_id": null,
    "locked_at": null
  }
}