Atributos
{
  "id": "77b982a9-e08e-4687-988f-d4dfdf98d792",
  "created_at": "2025-11-29 15:28:30 UTC",
  "updated_at": "2025-11-29 15:46:43 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-11-29 15:28:30 UTC",
  "discarded_at": null,
  "finished_at": "2025-11-29 15:46:43 UTC",
  "jobs_finished_at": "2025-11-29 15:46:43 UTC"
}
Tarefas de Callback
Tarefas
Fila
Prioridade
Rótulos
Tentativas
Fila
default
Prioridade
0
Rótulos
Tentativas
1
Concluído com sucesso
{
  "job_id": "9d6fd76a-74b2-4964-b98d-db97b093d20e",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [
    {
      "_aj_globalid": "gid://test-app/GoodJob::Batch/77b982a9-e08e-4687-988f-d4dfdf98d792"
    },
    {
      "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-11-29T15:46:43.060133086Z",
  "scheduled_at": null,
  "provider_job_id": null,
  "exception_executions": {},
  "_good_job": {
    "id": "9d6fd76a-74b2-4964-b98d-db97b093d20e",
    "queue_name": "default",
    "priority": 0,
    "scheduled_at": "2025-11-29 15:46:43 UTC",
    "performed_at": "2025-11-29 15:46:43 UTC",
    "finished_at": "2025-11-29 15:46:43 UTC",
    "error": null,
    "created_at": "2025-11-29 15:46:43 UTC",
    "updated_at": "2025-11-29 15:46:43 UTC",
    "active_job_id": "9d6fd76a-74b2-4964-b98d-db97b093d20e",
    "concurrency_key": "ExampleJob::BatchJob::CallbackJob",
    "cron_key": null,
    "cron_at": null,
    "batch_id": null,
    "batch_callback_id": "77b982a9-e08e-4687-988f-d4dfdf98d792",
    "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": "6ca7806d-31a2-4ad9-be30-4eb215999f0c",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [
    "error_five_times"
  ],
  "job_class": "ExampleJob",
  "executions": 5,
  "queue_name": "default",
  "enqueued_at": "2025-11-29T15:35:02.590639699Z",
  "scheduled_at": "2025-11-29T15:45:40.430301297Z",
  "provider_job_id": "6ca7806d-31a2-4ad9-be30-4eb215999f0c",
  "exception_executions": {
    "[StandardError]": 5
  },
  "_good_job": {
    "id": "6ca7806d-31a2-4ad9-be30-4eb215999f0c",
    "queue_name": "default",
    "priority": 0,
    "scheduled_at": "2025-11-29 15:45:40 UTC",
    "performed_at": "2025-11-29 15:45:40 UTC",
    "finished_at": "2025-11-29 15:45:40 UTC",
    "error": null,
    "created_at": "2025-11-29 15:35:02 UTC",
    "updated_at": "2025-11-29 15:45:40 UTC",
    "active_job_id": "6ca7806d-31a2-4ad9-be30-4eb215999f0c",
    "concurrency_key": "ExampleJob",
    "cron_key": null,
    "cron_at": null,
    "batch_id": "77b982a9-e08e-4687-988f-d4dfdf98d792",
    "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_once
Tentativas
2
Concluído com sucesso
{
  "job_id": "e54d1379-6012-48a6-859e-9b7ece55aa01",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [
    "error_once"
  ],
  "job_class": "ExampleJob",
  "executions": 1,
  "queue_name": "default",
  "enqueued_at": "2025-11-29T15:28:30.130368155Z",
  "scheduled_at": "2025-11-29T15:28:33.156279632Z",
  "provider_job_id": "e54d1379-6012-48a6-859e-9b7ece55aa01",
  "exception_executions": {
    "[StandardError]": 1
  },
  "_good_job": {
    "id": "e54d1379-6012-48a6-859e-9b7ece55aa01",
    "queue_name": "default",
    "priority": 0,
    "scheduled_at": "2025-11-29 15:28:33 UTC",
    "performed_at": "2025-11-29 15:28:33 UTC",
    "finished_at": "2025-11-29 15:28:33 UTC",
    "error": null,
    "created_at": "2025-11-29 15:28:30 UTC",
    "updated_at": "2025-11-29 15:28:33 UTC",
    "active_job_id": "e54d1379-6012-48a6-859e-9b7ece55aa01",
    "concurrency_key": "ExampleJob",
    "cron_key": null,
    "cron_at": null,
    "batch_id": "77b982a9-e08e-4687-988f-d4dfdf98d792",
    "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_five_times
Tentativas
6
Concluído com sucesso
{
  "job_id": "1b428091-d0e1-4c24-adb6-f49aa6693752",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [
    "error_five_times"
  ],
  "job_class": "ExampleJob",
  "executions": 5,
  "queue_name": "default",
  "enqueued_at": "2025-11-29T15:34:46.600697867Z",
  "scheduled_at": "2025-11-29T15:46:43.040400056Z",
  "provider_job_id": "1b428091-d0e1-4c24-adb6-f49aa6693752",
  "exception_executions": {
    "[StandardError]": 5
  },
  "_good_job": {
    "id": "1b428091-d0e1-4c24-adb6-f49aa6693752",
    "queue_name": "default",
    "priority": 0,
    "scheduled_at": "2025-11-29 15:46:43 UTC",
    "performed_at": "2025-11-29 15:46:43 UTC",
    "finished_at": "2025-11-29 15:46:43 UTC",
    "error": null,
    "created_at": "2025-11-29 15:34:46 UTC",
    "updated_at": "2025-11-29 15:46:43 UTC",
    "active_job_id": "1b428091-d0e1-4c24-adb6-f49aa6693752",
    "concurrency_key": "ExampleJob",
    "cron_key": null,
    "cron_at": null,
    "batch_id": "77b982a9-e08e-4687-988f-d4dfdf98d792",
    "batch_callback_id": null,
    "executions_count": 6,
    "job_class": "ExampleJob",
    "error_event": null,
    "labels": [
      "error_five_times"
    ],
    "locked_by_id": null,
    "locked_at": null
  }
}