Atributos
{
  "id": "d52ff077-186f-43b7-9383-c39c4d5d6449",
  "created_at": "2025-12-04 13:39:30 UTC",
  "updated_at": "2025-12-04 13:57:29 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-12-04 13:39:30 UTC",
  "discarded_at": null,
  "finished_at": "2025-12-04 13:57:29 UTC",
  "jobs_finished_at": "2025-12-04 13:57:29 UTC"
}
Tarefas de Callback
Tarefas
Fila
Prioridade
Rótulos
Tentativas
Fila
default
Prioridade
0
Rótulos
Tentativas
1
Concluído com sucesso
{
  "job_id": "6333874a-a489-4294-b624-6219da14a2ad",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [
    {
      "_aj_globalid": "gid://test-app/GoodJob::Batch/d52ff077-186f-43b7-9383-c39c4d5d6449"
    },
    {
      "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-12-04T13:57:29.344529215Z",
  "scheduled_at": null,
  "provider_job_id": null,
  "exception_executions": {},
  "_good_job": {
    "id": "6333874a-a489-4294-b624-6219da14a2ad",
    "queue_name": "default",
    "priority": 0,
    "scheduled_at": "2025-12-04 13:57:29 UTC",
    "performed_at": "2025-12-04 13:57:29 UTC",
    "finished_at": "2025-12-04 13:57:29 UTC",
    "error": null,
    "created_at": "2025-12-04 13:57:29 UTC",
    "updated_at": "2025-12-04 13:57:29 UTC",
    "active_job_id": "6333874a-a489-4294-b624-6219da14a2ad",
    "concurrency_key": "ExampleJob::BatchJob::CallbackJob",
    "cron_key": null,
    "cron_at": null,
    "batch_id": null,
    "batch_callback_id": "d52ff077-186f-43b7-9383-c39c4d5d6449",
    "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": "bec175a7-24da-436c-b191-83bf00609f5d",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [
    "error_five_times"
  ],
  "job_class": "ExampleJob",
  "executions": 5,
  "queue_name": "default",
  "enqueued_at": "2025-12-04T13:46:21.108529719Z",
  "scheduled_at": "2025-12-04T13:57:29.326247117Z",
  "provider_job_id": "bec175a7-24da-436c-b191-83bf00609f5d",
  "exception_executions": {
    "[StandardError]": 5
  },
  "_good_job": {
    "id": "bec175a7-24da-436c-b191-83bf00609f5d",
    "queue_name": "default",
    "priority": 0,
    "scheduled_at": "2025-12-04 13:57:29 UTC",
    "performed_at": "2025-12-04 13:57:29 UTC",
    "finished_at": "2025-12-04 13:57:29 UTC",
    "error": null,
    "created_at": "2025-12-04 13:46:21 UTC",
    "updated_at": "2025-12-04 13:57:29 UTC",
    "active_job_id": "bec175a7-24da-436c-b191-83bf00609f5d",
    "concurrency_key": "ExampleJob",
    "cron_key": null,
    "cron_at": null,
    "batch_id": "d52ff077-186f-43b7-9383-c39c4d5d6449",
    "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": "07171ef4-113a-487f-bbbe-1bebb83183f6",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [
    "error_once"
  ],
  "job_class": "ExampleJob",
  "executions": 1,
  "queue_name": "default",
  "enqueued_at": "2025-12-04T13:39:30.177744819Z",
  "scheduled_at": "2025-12-04T13:39:33.256115531Z",
  "provider_job_id": "07171ef4-113a-487f-bbbe-1bebb83183f6",
  "exception_executions": {
    "[StandardError]": 1
  },
  "_good_job": {
    "id": "07171ef4-113a-487f-bbbe-1bebb83183f6",
    "queue_name": "default",
    "priority": 0,
    "scheduled_at": "2025-12-04 13:39:33 UTC",
    "performed_at": "2025-12-04 13:39:35 UTC",
    "finished_at": "2025-12-04 13:39:35 UTC",
    "error": null,
    "created_at": "2025-12-04 13:39:30 UTC",
    "updated_at": "2025-12-04 13:39:35 UTC",
    "active_job_id": "07171ef4-113a-487f-bbbe-1bebb83183f6",
    "concurrency_key": "ExampleJob",
    "cron_key": null,
    "cron_at": null,
    "batch_id": "d52ff077-186f-43b7-9383-c39c4d5d6449",
    "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
success
Tentativas
1
Concluído com sucesso
{
  "job_id": "9c6b7910-9706-4ebe-aa64-8b79e6e8c98d",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [
    "success"
  ],
  "job_class": "ExampleJob",
  "executions": 0,
  "queue_name": "default",
  "enqueued_at": "2025-12-04T13:39:30.072601795Z",
  "scheduled_at": null,
  "provider_job_id": null,
  "exception_executions": {},
  "_good_job": {
    "id": "9c6b7910-9706-4ebe-aa64-8b79e6e8c98d",
    "queue_name": "default",
    "priority": 0,
    "scheduled_at": "2025-12-04 13:39:30 UTC",
    "performed_at": "2025-12-04 13:39:30 UTC",
    "finished_at": "2025-12-04 13:39:30 UTC",
    "error": null,
    "created_at": "2025-12-04 13:39:30 UTC",
    "updated_at": "2025-12-04 13:39:30 UTC",
    "active_job_id": "9c6b7910-9706-4ebe-aa64-8b79e6e8c98d",
    "concurrency_key": "ExampleJob",
    "cron_key": null,
    "cron_at": null,
    "batch_id": "d52ff077-186f-43b7-9383-c39c4d5d6449",
    "batch_callback_id": null,
    "executions_count": 1,
    "job_class": "ExampleJob",
    "error_event": null,
    "labels": [
      "success"
    ],
    "locked_by_id": null,
    "locked_at": null
  }
}