Attributi
{
  "id": "bdee9a7f-1740-4896-922c-8b02d9245ce0",
  "created_at": "2026-04-17 12:14:00 UTC",
  "updated_at": "2026-04-17 12:32:04 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-04-17 12:14:00 UTC",
  "discarded_at": null,
  "finished_at": "2026-04-17 12:32:04 UTC",
  "jobs_finished_at": "2026-04-17 12:32:04 UTC"
}
Job di callback
Job
Coda
Priorità
Etichette
Tentativi
Coda
default
Priorità
0
Etichette
Tentativi
1
Riuscito
{
  "job_id": "16af2734-0409-47e4-9ef8-5c82efe55ec7",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [
    {
      "_aj_globalid": "gid://test-app/GoodJob::Batch/bdee9a7f-1740-4896-922c-8b02d9245ce0"
    },
    {
      "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-04-17T12:32:04.539016898Z",
  "scheduled_at": null,
  "provider_job_id": null,
  "exception_executions": {},
  "_good_job": {
    "id": "16af2734-0409-47e4-9ef8-5c82efe55ec7",
    "queue_name": "default",
    "priority": 0,
    "scheduled_at": "2026-04-17 12:32:04 UTC",
    "performed_at": "2026-04-17 12:32:04 UTC",
    "finished_at": "2026-04-17 12:32:04 UTC",
    "error": null,
    "created_at": "2026-04-17 12:32:04 UTC",
    "updated_at": "2026-04-17 12:32:04 UTC",
    "active_job_id": "16af2734-0409-47e4-9ef8-5c82efe55ec7",
    "concurrency_key": "ExampleJob::BatchJob::CallbackJob",
    "cron_key": null,
    "cron_at": null,
    "batch_id": null,
    "batch_callback_id": "bdee9a7f-1740-4896-922c-8b02d9245ce0",
    "executions_count": 1,
    "job_class": "ExampleJob::BatchJob::CallbackJob",
    "error_event": null,
    "labels": null,
    "locked_by_id": null,
    "locked_at": null,
    "lock_type": null
  }
}
Job raggruppati
Job
Coda
Priorità
Etichette
Tentativi
Coda
default
Priorità
0
Etichette
slow
Tentativi
1
Riuscito
{
  "job_id": "38657071-b678-40f2-bdbe-aec14fe12507",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [
    "slow"
  ],
  "job_class": "ExampleJob",
  "executions": 0,
  "queue_name": "default",
  "enqueued_at": "2026-04-17T12:14:00.032668591Z",
  "scheduled_at": null,
  "provider_job_id": null,
  "exception_executions": {},
  "_good_job": {
    "id": "38657071-b678-40f2-bdbe-aec14fe12507",
    "queue_name": "default",
    "priority": 0,
    "scheduled_at": "2026-04-17 12:14:00 UTC",
    "performed_at": "2026-04-17 12:14:00 UTC",
    "finished_at": "2026-04-17 12:14:05 UTC",
    "error": null,
    "created_at": "2026-04-17 12:14:00 UTC",
    "updated_at": "2026-04-17 12:14:05 UTC",
    "active_job_id": "38657071-b678-40f2-bdbe-aec14fe12507",
    "concurrency_key": "ExampleJob",
    "cron_key": null,
    "cron_at": null,
    "batch_id": "bdee9a7f-1740-4896-922c-8b02d9245ce0",
    "batch_callback_id": null,
    "executions_count": 1,
    "job_class": "ExampleJob",
    "error_event": null,
    "labels": [
      "slow"
    ],
    "locked_by_id": null,
    "locked_at": null,
    "lock_type": null
  }
}
Coda
default
Priorità
0
Etichette
error_five_times
Tentativi
6
Riuscito
{
  "job_id": "7df84f4e-1e67-4d2e-b8d9-b2a3063ba1bc",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [
    "error_five_times"
  ],
  "job_class": "ExampleJob",
  "executions": 5,
  "queue_name": "default",
  "enqueued_at": "2026-04-17T12:20:27.715024967Z",
  "scheduled_at": "2026-04-17T12:32:04.518570814Z",
  "provider_job_id": "7df84f4e-1e67-4d2e-b8d9-b2a3063ba1bc",
  "exception_executions": {
    "[StandardError]": 5
  },
  "_good_job": {
    "id": "7df84f4e-1e67-4d2e-b8d9-b2a3063ba1bc",
    "queue_name": "default",
    "priority": 0,
    "scheduled_at": "2026-04-17 12:32:04 UTC",
    "performed_at": "2026-04-17 12:32:04 UTC",
    "finished_at": "2026-04-17 12:32:04 UTC",
    "error": null,
    "created_at": "2026-04-17 12:20:27 UTC",
    "updated_at": "2026-04-17 12:32:04 UTC",
    "active_job_id": "7df84f4e-1e67-4d2e-b8d9-b2a3063ba1bc",
    "concurrency_key": "ExampleJob",
    "cron_key": null,
    "cron_at": null,
    "batch_id": "bdee9a7f-1740-4896-922c-8b02d9245ce0",
    "batch_callback_id": null,
    "executions_count": 6,
    "job_class": "ExampleJob",
    "error_event": null,
    "labels": [
      "error_five_times"
    ],
    "locked_by_id": null,
    "locked_at": null,
    "lock_type": null
  }
}
Coda
default
Priorità
0
Etichette
slow
Tentativi
1
Riuscito
{
  "job_id": "8a1580a2-721e-4c5b-90e8-703592ac3273",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [
    "slow"
  ],
  "job_class": "ExampleJob",
  "executions": 0,
  "queue_name": "default",
  "enqueued_at": "2026-04-17T12:14:00.032723259Z",
  "scheduled_at": null,
  "provider_job_id": null,
  "exception_executions": {},
  "_good_job": {
    "id": "8a1580a2-721e-4c5b-90e8-703592ac3273",
    "queue_name": "default",
    "priority": 0,
    "scheduled_at": "2026-04-17 12:14:00 UTC",
    "performed_at": "2026-04-17 12:14:00 UTC",
    "finished_at": "2026-04-17 12:14:05 UTC",
    "error": null,
    "created_at": "2026-04-17 12:14:00 UTC",
    "updated_at": "2026-04-17 12:14:05 UTC",
    "active_job_id": "8a1580a2-721e-4c5b-90e8-703592ac3273",
    "concurrency_key": "ExampleJob",
    "cron_key": null,
    "cron_at": null,
    "batch_id": "bdee9a7f-1740-4896-922c-8b02d9245ce0",
    "batch_callback_id": null,
    "executions_count": 1,
    "job_class": "ExampleJob",
    "error_event": null,
    "labels": [
      "slow"
    ],
    "locked_by_id": null,
    "locked_at": null,
    "lock_type": null
  }
}