Attribute
{
  "id": "0fc546d9-a4d6-47f4-8b38-dfa0e92953aa",
  "created_at": "2025-12-26 17:23:00 UTC",
  "updated_at": "2025-12-26 17:41:17 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-26 17:23:00 UTC",
  "discarded_at": "2025-12-26 17:23:06 UTC",
  "finished_at": "2025-12-26 17:41:17 UTC",
  "jobs_finished_at": "2025-12-26 17:41:17 UTC"
}
Callback-Jobs
Jobs
Warteschlange
PrioritÀt
Etiketten
Versuche
Warteschlange
default
PrioritÀt
0
Etiketten
Versuche
1
Erfolgreich
{
  "job_id": "5784a407-0ae6-4502-84e1-b1828425ada9",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [
    {
      "_aj_globalid": "gid://test-app/GoodJob::Batch/0fc546d9-a4d6-47f4-8b38-dfa0e92953aa"
    },
    {
      "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-26T17:41:17.561621585Z",
  "scheduled_at": null,
  "provider_job_id": null,
  "exception_executions": {},
  "_good_job": {
    "id": "5784a407-0ae6-4502-84e1-b1828425ada9",
    "queue_name": "default",
    "priority": 0,
    "scheduled_at": "2025-12-26 17:41:17 UTC",
    "performed_at": "2025-12-26 17:41:17 UTC",
    "finished_at": "2025-12-26 17:41:17 UTC",
    "error": null,
    "created_at": "2025-12-26 17:41:17 UTC",
    "updated_at": "2025-12-26 17:41:17 UTC",
    "active_job_id": "5784a407-0ae6-4502-84e1-b1828425ada9",
    "concurrency_key": "ExampleJob::BatchJob::CallbackJob",
    "cron_key": null,
    "cron_at": null,
    "batch_id": null,
    "batch_callback_id": "0fc546d9-a4d6-47f4-8b38-dfa0e92953aa",
    "executions_count": 1,
    "job_class": "ExampleJob::BatchJob::CallbackJob",
    "error_event": null,
    "labels": null,
    "locked_by_id": null,
    "locked_at": null
  }
}
Batch-Jobs
Jobs
Warteschlange
PrioritÀt
Etiketten
Versuche
Warteschlange
default
PrioritÀt
0
Etiketten
dead
Versuche
3
Verworfen
{
  "job_id": "3b73a76b-ca4f-420b-86bc-17523b282e04",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [
    "dead"
  ],
  "job_class": "ExampleJob",
  "executions": 2,
  "queue_name": "default",
  "enqueued_at": "2025-12-26T17:23:03.511887494Z",
  "scheduled_at": "2025-12-26T17:23:06.521466507Z",
  "provider_job_id": "3b73a76b-ca4f-420b-86bc-17523b282e04",
  "exception_executions": {
    "[ExampleJob::DeadError]": 2
  },
  "_good_job": {
    "id": "3b73a76b-ca4f-420b-86bc-17523b282e04",
    "queue_name": "default",
    "priority": 0,
    "scheduled_at": "2025-12-26 17:23:06 UTC",
    "performed_at": "2025-12-26 17:23:06 UTC",
    "finished_at": "2025-12-26 17:23:06 UTC",
    "error": "ExampleJob::DeadError: ExampleJob::DeadError",
    "created_at": "2025-12-26 17:23:03 UTC",
    "updated_at": "2025-12-26 17:23:06 UTC",
    "active_job_id": "3b73a76b-ca4f-420b-86bc-17523b282e04",
    "concurrency_key": "ExampleJob",
    "cron_key": null,
    "cron_at": null,
    "batch_id": "0fc546d9-a4d6-47f4-8b38-dfa0e92953aa",
    "batch_callback_id": null,
    "executions_count": 3,
    "job_class": "ExampleJob",
    "error_event": "retry_stopped",
    "labels": [
      "dead"
    ],
    "locked_by_id": null,
    "locked_at": null
  }
}
Warteschlange
default
PrioritÀt
0
Etiketten
error_once
Versuche
2
Erfolgreich
{
  "job_id": "2b73ca7a-1fd8-40e3-903d-95dc10c4975d",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [
    "error_once"
  ],
  "job_class": "ExampleJob",
  "executions": 1,
  "queue_name": "default",
  "enqueued_at": "2025-12-26T17:23:00.064865261Z",
  "scheduled_at": "2025-12-26T17:23:03.066853622Z",
  "provider_job_id": "2b73ca7a-1fd8-40e3-903d-95dc10c4975d",
  "exception_executions": {
    "[StandardError]": 1
  },
  "_good_job": {
    "id": "2b73ca7a-1fd8-40e3-903d-95dc10c4975d",
    "queue_name": "default",
    "priority": 0,
    "scheduled_at": "2025-12-26 17:23:03 UTC",
    "performed_at": "2025-12-26 17:23:03 UTC",
    "finished_at": "2025-12-26 17:23:03 UTC",
    "error": null,
    "created_at": "2025-12-26 17:23:00 UTC",
    "updated_at": "2025-12-26 17:23:03 UTC",
    "active_job_id": "2b73ca7a-1fd8-40e3-903d-95dc10c4975d",
    "concurrency_key": "ExampleJob",
    "cron_key": null,
    "cron_at": null,
    "batch_id": "0fc546d9-a4d6-47f4-8b38-dfa0e92953aa",
    "batch_callback_id": null,
    "executions_count": 2,
    "job_class": "ExampleJob",
    "error_event": null,
    "labels": [
      "error_once"
    ],
    "locked_by_id": null,
    "locked_at": null
  }
}
Warteschlange
default
PrioritÀt
0
Etiketten
error_five_times
Versuche
6
Erfolgreich
{
  "job_id": "55d30ed0-adb8-4083-8127-bbd7a45d0de7",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [
    "error_five_times"
  ],
  "job_class": "ExampleJob",
  "executions": 5,
  "queue_name": "default",
  "enqueued_at": "2025-12-26T17:29:50.945749616Z",
  "scheduled_at": "2025-12-26T17:41:17.536050905Z",
  "provider_job_id": "55d30ed0-adb8-4083-8127-bbd7a45d0de7",
  "exception_executions": {
    "[StandardError]": 5
  },
  "_good_job": {
    "id": "55d30ed0-adb8-4083-8127-bbd7a45d0de7",
    "queue_name": "default",
    "priority": 0,
    "scheduled_at": "2025-12-26 17:41:17 UTC",
    "performed_at": "2025-12-26 17:41:17 UTC",
    "finished_at": "2025-12-26 17:41:17 UTC",
    "error": null,
    "created_at": "2025-12-26 17:29:50 UTC",
    "updated_at": "2025-12-26 17:41:17 UTC",
    "active_job_id": "55d30ed0-adb8-4083-8127-bbd7a45d0de7",
    "concurrency_key": "ExampleJob",
    "cron_key": null,
    "cron_at": null,
    "batch_id": "0fc546d9-a4d6-47f4-8b38-dfa0e92953aa",
    "batch_callback_id": null,
    "executions_count": 6,
    "job_class": "ExampleJob",
    "error_event": null,
    "labels": [
      "error_five_times"
    ],
    "locked_by_id": null,
    "locked_at": null
  }
}