Attributs
{
  "id": "a2ba5b18-b6aa-4ace-917f-48aadfd22fa9",
  "created_at": "2026-07-21 05:43:03 UTC",
  "updated_at": "2026-07-21 05:44:45 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-07-21 05:43:03 UTC",
  "discarded_at": "2026-07-21 05:43:07 UTC",
  "finished_at": "2026-07-21 05:44:45 UTC",
  "jobs_finished_at": "2026-07-21 05:44:45 UTC"
}
Jobs de rappel
Jobs
File d'attente
Priorité
Étiquettes
Tentatives
File d'attente
default
Priorité
0
Étiquettes
Tentatives
1
Réussis
{
  "job_id": "080ab2d0-fc00-440b-879d-dbce6deb20d7",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [
    {
      "_aj_globalid": "gid://test-app/GoodJob::Batch/a2ba5b18-b6aa-4ace-917f-48aadfd22fa9"
    },
    {
      "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-07-21T05:44:45.837114607Z",
  "scheduled_at": null,
  "provider_job_id": null,
  "exception_executions": {},
  "_good_job": {
    "id": "080ab2d0-fc00-440b-879d-dbce6deb20d7",
    "queue_name": "default",
    "priority": 0,
    "scheduled_at": "2026-07-21 05:44:45 UTC",
    "performed_at": "2026-07-21 05:44:48 UTC",
    "finished_at": "2026-07-21 05:44:48 UTC",
    "error": null,
    "created_at": "2026-07-21 05:44:45 UTC",
    "updated_at": "2026-07-21 05:44:48 UTC",
    "active_job_id": "080ab2d0-fc00-440b-879d-dbce6deb20d7",
    "concurrency_key": "ExampleJob::BatchJob::CallbackJob",
    "cron_key": null,
    "cron_at": null,
    "batch_id": null,
    "batch_callback_id": "a2ba5b18-b6aa-4ace-917f-48aadfd22fa9",
    "executions_count": 1,
    "job_class": "ExampleJob::BatchJob::CallbackJob",
    "error_event": null,
    "labels": null,
    "locked_by_id": null,
    "locked_at": null
  }
}
Jobs groupés
Jobs
File d'attente
Priorité
Étiquettes
Tentatives
File d'attente
default
Priorité
0
Étiquettes
error_five_t...
Tentatives
6
Réussis
{
  "job_id": "c3ff1aee-f41a-445f-8d57-1b8b8eedb626",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [
    "error_five_times"
  ],
  "job_class": "ExampleJob",
  "executions": 5,
  "queue_name": "default",
  "enqueued_at": "2026-07-21T05:44:45.547906574Z",
  "scheduled_at": "2026-07-21T05:56:18.064482188Z",
  "provider_job_id": "c3ff1aee-f41a-445f-8d57-1b8b8eedb626",
  "exception_executions": {
    "[StandardError]": 5
  },
  "_good_job": {
    "id": "c3ff1aee-f41a-445f-8d57-1b8b8eedb626",
    "queue_name": "default",
    "priority": 0,
    "scheduled_at": "2026-07-21 05:56:18 UTC",
    "performed_at": "2026-07-21 05:44:45 UTC",
    "finished_at": "2026-07-21 05:44:45 UTC",
    "error": null,
    "created_at": "2026-07-21 05:44:45 UTC",
    "updated_at": "2026-07-21 05:44:45 UTC",
    "active_job_id": "c3ff1aee-f41a-445f-8d57-1b8b8eedb626",
    "concurrency_key": "ExampleJob",
    "cron_key": null,
    "cron_at": null,
    "batch_id": "a2ba5b18-b6aa-4ace-917f-48aadfd22fa9",
    "batch_callback_id": null,
    "executions_count": 6,
    "job_class": "ExampleJob",
    "error_event": null,
    "labels": [
      "error_five_times"
    ],
    "locked_by_id": null,
    "locked_at": null
  }
}
File d'attente
default
Priorité
0
Étiquettes
dead
Tentatives
3
Mis au rebut
{
  "job_id": "c48d88f3-2f7d-4f07-a7f7-76cbafc39dab",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [
    "dead"
  ],
  "job_class": "ExampleJob",
  "executions": 2,
  "queue_name": "default",
  "enqueued_at": "2026-07-21T05:43:06.654022406Z",
  "scheduled_at": "2026-07-21T05:43:09.773586993Z",
  "provider_job_id": "c48d88f3-2f7d-4f07-a7f7-76cbafc39dab",
  "exception_executions": {
    "[ExampleJob::DeadError]": 2
  },
  "_good_job": {
    "id": "c48d88f3-2f7d-4f07-a7f7-76cbafc39dab",
    "queue_name": "default",
    "priority": 0,
    "scheduled_at": "2026-07-21 05:43:09 UTC",
    "performed_at": "2026-07-21 05:43:07 UTC",
    "finished_at": "2026-07-21 05:43:07 UTC",
    "error": "ExampleJob::DeadError: ExampleJob::DeadError",
    "created_at": "2026-07-21 05:43:06 UTC",
    "updated_at": "2026-07-21 05:43:07 UTC",
    "active_job_id": "c48d88f3-2f7d-4f07-a7f7-76cbafc39dab",
    "concurrency_key": "ExampleJob",
    "cron_key": null,
    "cron_at": null,
    "batch_id": "a2ba5b18-b6aa-4ace-917f-48aadfd22fa9",
    "batch_callback_id": null,
    "executions_count": 3,
    "job_class": "ExampleJob",
    "error_event": "retry_stopped",
    "labels": [
      "dead"
    ],
    "locked_by_id": null,
    "locked_at": null
  }
}
File d'attente
default
Priorité
0
Étiquettes
error_once
Tentatives
2
Réussis
{
  "job_id": "888b8fe2-2774-4d4a-8cf2-6ef9d72f6bc5",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [
    "error_once"
  ],
  "job_class": "ExampleJob",
  "executions": 1,
  "queue_name": "default",
  "enqueued_at": "2026-07-21T05:43:05.402840980Z",
  "scheduled_at": "2026-07-21T05:43:08.484490447Z",
  "provider_job_id": "888b8fe2-2774-4d4a-8cf2-6ef9d72f6bc5",
  "exception_executions": {
    "[StandardError]": 1
  },
  "_good_job": {
    "id": "888b8fe2-2774-4d4a-8cf2-6ef9d72f6bc5",
    "queue_name": "default",
    "priority": 0,
    "scheduled_at": "2026-07-21 05:43:08 UTC",
    "performed_at": "2026-07-21 05:43:05 UTC",
    "finished_at": "2026-07-21 05:43:05 UTC",
    "error": null,
    "created_at": "2026-07-21 05:43:05 UTC",
    "updated_at": "2026-07-21 05:43:05 UTC",
    "active_job_id": "888b8fe2-2774-4d4a-8cf2-6ef9d72f6bc5",
    "concurrency_key": "ExampleJob",
    "cron_key": null,
    "cron_at": null,
    "batch_id": "a2ba5b18-b6aa-4ace-917f-48aadfd22fa9",
    "batch_callback_id": null,
    "executions_count": 2,
    "job_class": "ExampleJob",
    "error_event": null,
    "labels": [
      "error_once"
    ],
    "locked_by_id": null,
    "locked_at": null
  }
}