Atributos
{
  "id": "54ba6e96-9101-4534-951f-e766d5818738",
  "created_at": "2025-07-05 15:50:30 UTC",
  "updated_at": "2025-07-05 15:50: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": "2025-07-05 15:50:30 UTC",
  "discarded_at": "2025-07-05 15:50:36 UTC",
  "finished_at": "2025-07-05 15:50:36 UTC",
  "jobs_finished_at": "2025-07-05 15:50:36 UTC"
}
Tarefas de Callback
Tarefas
Fila
Prioridade
Rótulos
Tentativas
Fila
default
Prioridade
0
Rótulos
Tentativas
1
Concluído com sucesso
{
  "job_id": "6f8c0ca2-45d1-48e9-b184-5614d78c23be",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [
    {
      "_aj_globalid": "gid://test-app/GoodJob::Batch/54ba6e96-9101-4534-951f-e766d5818738"
    },
    {
      "event": {
        "value": "finish",
        "_aj_serialized": "ActiveJob::Serializers::SymbolSerializer"
      },
      "_aj_symbol_keys": [
        "event"
      ]
    }
  ],
  "job_class": "ExampleJob::BatchJob::CallbackJob",
  "executions": 0,
  "queue_name": "default",
  "enqueued_at": "2025-07-05T15:50:36.602774536Z",
  "scheduled_at": null,
  "provider_job_id": null,
  "exception_executions": {},
  "_good_job": {
    "id": "6f8c0ca2-45d1-48e9-b184-5614d78c23be",
    "queue_name": "default",
    "priority": 0,
    "scheduled_at": "2025-07-05 15:50:36 UTC",
    "performed_at": "2025-07-05 15:50:36 UTC",
    "finished_at": "2025-07-05 15:50:36 UTC",
    "error": null,
    "created_at": "2025-07-05 15:50:36 UTC",
    "updated_at": "2025-07-05 15:50:36 UTC",
    "active_job_id": "6f8c0ca2-45d1-48e9-b184-5614d78c23be",
    "concurrency_key": "ExampleJob::BatchJob::CallbackJob",
    "cron_key": null,
    "cron_at": null,
    "batch_id": null,
    "batch_callback_id": "54ba6e96-9101-4534-951f-e766d5818738",
    "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
{
  "job_id": "74c0c12e-f3b1-47cf-bac3-81cf95ae23b4",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [
    "dead"
  ],
  "job_class": "ExampleJob",
  "executions": 2,
  "queue_name": "default",
  "enqueued_at": "2025-07-05T15:50:33.159425337Z",
  "scheduled_at": "2025-07-05T15:50:36.571448368Z",
  "provider_job_id": "74c0c12e-f3b1-47cf-bac3-81cf95ae23b4",
  "exception_executions": {
    "[ExampleJob::DeadError]": 2
  },
  "_good_job": {
    "id": "74c0c12e-f3b1-47cf-bac3-81cf95ae23b4",
    "queue_name": "default",
    "priority": 0,
    "scheduled_at": "2025-07-05 15:50:36 UTC",
    "performed_at": "2025-07-05 15:50:36 UTC",
    "finished_at": "2025-07-05 15:50:36 UTC",
    "error": "ExampleJob::DeadError: ExampleJob::DeadError",
    "created_at": "2025-07-05 15:50:33 UTC",
    "updated_at": "2025-07-05 15:50:36 UTC",
    "active_job_id": "74c0c12e-f3b1-47cf-bac3-81cf95ae23b4",
    "concurrency_key": "ExampleJob",
    "cron_key": null,
    "cron_at": null,
    "batch_id": "54ba6e96-9101-4534-951f-e766d5818738",
    "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": "28732b2c-3e0e-437a-8d2c-bac18e50f851",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [
    "error_once"
  ],
  "job_class": "ExampleJob",
  "executions": 1,
  "queue_name": "default",
  "enqueued_at": "2025-07-05T15:50:30.133156094Z",
  "scheduled_at": "2025-07-05T15:50:33.249425121Z",
  "provider_job_id": "28732b2c-3e0e-437a-8d2c-bac18e50f851",
  "exception_executions": {
    "[StandardError]": 1
  },
  "_good_job": {
    "id": "28732b2c-3e0e-437a-8d2c-bac18e50f851",
    "queue_name": "default",
    "priority": 0,
    "scheduled_at": "2025-07-05 15:50:33 UTC",
    "performed_at": "2025-07-05 15:50:33 UTC",
    "finished_at": "2025-07-05 15:50:33 UTC",
    "error": null,
    "created_at": "2025-07-05 15:50:30 UTC",
    "updated_at": "2025-07-05 15:50:33 UTC",
    "active_job_id": "28732b2c-3e0e-437a-8d2c-bac18e50f851",
    "concurrency_key": "ExampleJob",
    "cron_key": null,
    "cron_at": null,
    "batch_id": "54ba6e96-9101-4534-951f-e766d5818738",
    "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": "23cd98bd-83ff-418d-b135-247b1cd6c5cb",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [
    "error_once"
  ],
  "job_class": "ExampleJob",
  "executions": 1,
  "queue_name": "default",
  "enqueued_at": "2025-07-05T15:50:30.124757156Z",
  "scheduled_at": "2025-07-05T15:50:33.212793149Z",
  "provider_job_id": "23cd98bd-83ff-418d-b135-247b1cd6c5cb",
  "exception_executions": {
    "[StandardError]": 1
  },
  "_good_job": {
    "id": "23cd98bd-83ff-418d-b135-247b1cd6c5cb",
    "queue_name": "default",
    "priority": 0,
    "scheduled_at": "2025-07-05 15:50:33 UTC",
    "performed_at": "2025-07-05 15:50:33 UTC",
    "finished_at": "2025-07-05 15:50:33 UTC",
    "error": null,
    "created_at": "2025-07-05 15:50:30 UTC",
    "updated_at": "2025-07-05 15:50:33 UTC",
    "active_job_id": "23cd98bd-83ff-418d-b135-247b1cd6c5cb",
    "concurrency_key": "ExampleJob",
    "cron_key": null,
    "cron_at": null,
    "batch_id": "54ba6e96-9101-4534-951f-e766d5818738",
    "batch_callback_id": null,
    "executions_count": 2,
    "job_class": "ExampleJob",
    "error_event": null,
    "labels": [
      "error_once"
    ],
    "locked_by_id": null,
    "locked_at": null
  }
}