Atributos
{
  "id": "b2920677-eb92-4095-a86c-e3f1595e5bf9",
  "callback_priority": null,
  "callback_queue_name": null,
  "created_at": "2026-09-23 11:28:07 UTC",
  "description": "Example batch",
  "discarded_at": "2026-09-23 11:28:13 UTC",
  "enqueued_at": "2026-09-23 11:28:07 UTC",
  "finished_at": "2026-09-23 11:46:41 UTC",
  "jobs_finished_at": "2026-09-23 11:46:41 UTC",
  "on_discard": null,
  "on_finish": "ExampleJob::BatchJob::CallbackJob",
  "on_success": null,
  "properties": {
    "foo": "bar"
  },
  "updated_at": "2026-09-23 11:46:41 UTC"
}
Callback Jobs
Tareas
Cola
Prioridad
Etiquetas
Intentos
Cola
default
Prioridad
0
Etiquetas
Intentos
1
Exitoso
{
  "job_id": "c58787b7-f6f6-4bca-afdb-f16089b70d25",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [
    {
      "_aj_globalid": "gid://test-app/GoodJob::Batch/b2920677-eb92-4095-a86c-e3f1595e5bf9"
    },
    {
      "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-09-23T11:46:41.061975531Z",
  "scheduled_at": null,
  "provider_job_id": null,
  "exception_executions": {},
  "_good_job": {
    "id": "c58787b7-f6f6-4bca-afdb-f16089b70d25",
    "active_job_id": "c58787b7-f6f6-4bca-afdb-f16089b70d25",
    "batch_callback_id": "b2920677-eb92-4095-a86c-e3f1595e5bf9",
    "batch_id": null,
    "concurrency_key": "ExampleJob::BatchJob::CallbackJob",
    "created_at": "2026-09-23 11:46:41 UTC",
    "cron_at": null,
    "cron_key": null,
    "error": null,
    "error_event": null,
    "executions_count": 1,
    "finished_at": "2026-09-23 11:46:41 UTC",
    "job_class": "ExampleJob::BatchJob::CallbackJob",
    "labels": null,
    "lock_type": null,
    "locked_at": null,
    "locked_by_id": null,
    "performed_at": "2026-09-23 11:46:41 UTC",
    "priority": 0,
    "queue_name": "default",
    "scheduled_at": "2026-09-23 11:46:41 UTC",
    "updated_at": "2026-09-23 11:46:41 UTC"
  }
}
Tareas en lote
Tareas
Cola
Prioridad
Etiquetas
Intentos
Cola
default
Prioridad
0
Etiquetas
dead
Intentos
3
Descartado
{
  "job_id": "ff14c433-86c2-446e-a2d4-e9e77a577751",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [
    "dead"
  ],
  "job_class": "ExampleJob",
  "executions": 2,
  "queue_name": "default",
  "enqueued_at": "2026-09-23T11:28:10.662027261Z",
  "scheduled_at": "2026-09-23T11:28:13.938723369Z",
  "provider_job_id": "ff14c433-86c2-446e-a2d4-e9e77a577751",
  "exception_executions": {
    "[ExampleJob::DeadError]": 2
  },
  "_good_job": {
    "id": "ff14c433-86c2-446e-a2d4-e9e77a577751",
    "active_job_id": "ff14c433-86c2-446e-a2d4-e9e77a577751",
    "batch_callback_id": null,
    "batch_id": "b2920677-eb92-4095-a86c-e3f1595e5bf9",
    "concurrency_key": "ExampleJob",
    "created_at": "2026-09-23 11:28:10 UTC",
    "cron_at": null,
    "cron_key": null,
    "error": "ExampleJob::DeadError: ExampleJob::DeadError",
    "error_event": "retry_stopped",
    "executions_count": 3,
    "finished_at": "2026-09-23 11:28:13 UTC",
    "job_class": "ExampleJob",
    "labels": [
      "dead"
    ],
    "lock_type": null,
    "locked_at": null,
    "locked_by_id": null,
    "performed_at": "2026-09-23 11:28:13 UTC",
    "priority": 0,
    "queue_name": "default",
    "scheduled_at": "2026-09-23 11:28:13 UTC",
    "updated_at": "2026-09-23 11:28:13 UTC"
  }
}
Cola
default
Prioridad
0
Etiquetas
dead
Intentos
3
Descartado
{
  "job_id": "ab7e52f1-b691-4dd9-964d-e8b65a1fc687",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [
    "dead"
  ],
  "job_class": "ExampleJob",
  "executions": 2,
  "queue_name": "default",
  "enqueued_at": "2026-09-23T11:28:10.671003936Z",
  "scheduled_at": "2026-09-23T11:28:13.903015532Z",
  "provider_job_id": "ab7e52f1-b691-4dd9-964d-e8b65a1fc687",
  "exception_executions": {
    "[ExampleJob::DeadError]": 2
  },
  "_good_job": {
    "id": "ab7e52f1-b691-4dd9-964d-e8b65a1fc687",
    "active_job_id": "ab7e52f1-b691-4dd9-964d-e8b65a1fc687",
    "batch_callback_id": null,
    "batch_id": "b2920677-eb92-4095-a86c-e3f1595e5bf9",
    "concurrency_key": "ExampleJob",
    "created_at": "2026-09-23 11:28:10 UTC",
    "cron_at": null,
    "cron_key": null,
    "error": "ExampleJob::DeadError: ExampleJob::DeadError",
    "error_event": "retry_stopped",
    "executions_count": 3,
    "finished_at": "2026-09-23 11:28:13 UTC",
    "job_class": "ExampleJob",
    "labels": [
      "dead"
    ],
    "lock_type": null,
    "locked_at": null,
    "locked_by_id": null,
    "performed_at": "2026-09-23 11:28:13 UTC",
    "priority": 0,
    "queue_name": "default",
    "scheduled_at": "2026-09-23 11:28:13 UTC",
    "updated_at": "2026-09-23 11:28:13 UTC"
  }
}
Cola
default
Prioridad
0
Etiquetas
error_five_t...
Intentos
6
Exitoso
{
  "job_id": "486e14cb-2e76-42f3-a6b0-832715dd1384",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [
    "error_five_times"
  ],
  "job_class": "ExampleJob",
  "executions": 5,
  "queue_name": "default",
  "enqueued_at": "2026-09-23T11:34:42.265798557Z",
  "scheduled_at": "2026-09-23T11:46:41.037025312Z",
  "provider_job_id": "486e14cb-2e76-42f3-a6b0-832715dd1384",
  "exception_executions": {
    "[StandardError]": 5
  },
  "_good_job": {
    "id": "486e14cb-2e76-42f3-a6b0-832715dd1384",
    "active_job_id": "486e14cb-2e76-42f3-a6b0-832715dd1384",
    "batch_callback_id": null,
    "batch_id": "b2920677-eb92-4095-a86c-e3f1595e5bf9",
    "concurrency_key": "ExampleJob",
    "created_at": "2026-09-23 11:34:42 UTC",
    "cron_at": null,
    "cron_key": null,
    "error": null,
    "error_event": null,
    "executions_count": 6,
    "finished_at": "2026-09-23 11:46:41 UTC",
    "job_class": "ExampleJob",
    "labels": [
      "error_five_times"
    ],
    "lock_type": null,
    "locked_at": null,
    "locked_by_id": null,
    "performed_at": "2026-09-23 11:46:41 UTC",
    "priority": 0,
    "queue_name": "default",
    "scheduled_at": "2026-09-23 11:46:41 UTC",
    "updated_at": "2026-09-23 11:46:41 UTC"
  }
}