ExampleJob::BatchJob::CallbackJob

Queue
default
Priority
0
Succeeded
Arguments
{"_aj_globalid" => "gid://test-app/GoodJob::Batch/fecd8249-adb2-48fe-a88d-07c56b4a2615"}, {"event" => {"value" => "finish", "_aj_serialized" => "ActiveJob::Serializers::SymbolSerializer"}, "_aj_symbol_keys" => ["event"]}
{
  "job_id": "ee7f3d6a-483f-4e98-b15b-ae69613fa365",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [
    {
      "_aj_globalid": "gid://test-app/GoodJob::Batch/fecd8249-adb2-48fe-a88d-07c56b4a2615"
    },
    {
      "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-01T17:19:21.380785481Z",
  "scheduled_at": null,
  "provider_job_id": null,
  "exception_executions": {},
  "_good_job": {
    "id": "ee7f3d6a-483f-4e98-b15b-ae69613fa365",
    "queue_name": "default",
    "priority": 0,
    "scheduled_at": "2025-12-01 17:19:21 UTC",
    "performed_at": "2025-12-01 17:19:21 UTC",
    "finished_at": "2025-12-01 17:19:21 UTC",
    "error": null,
    "created_at": "2025-12-01 17:19:21 UTC",
    "updated_at": "2025-12-01 17:19:21 UTC",
    "active_job_id": "ee7f3d6a-483f-4e98-b15b-ae69613fa365",
    "concurrency_key": "ExampleJob::BatchJob::CallbackJob",
    "cron_key": null,
    "retried_good_job_id": null,
    "cron_at": null,
    "batch_id": null,
    "batch_callback_id": "fecd8249-adb2-48fe-a88d-07c56b4a2615",
    "is_discrete": null,
    "executions_count": 1,
    "job_class": "ExampleJob::BatchJob::CallbackJob",
    "error_event": null,
    "labels": null,
    "locked_by_id": null,
    "locked_at": null
  }
}
Executions
7ms in queue
6ms runtime
Succeeded
{
  "job_id": "ee7f3d6a-483f-4e98-b15b-ae69613fa365",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [
    {
      "_aj_globalid": "gid://test-app/GoodJob::Batch/fecd8249-adb2-48fe-a88d-07c56b4a2615"
    },
    {
      "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-01T17:19:21.380785481Z",
  "scheduled_at": null,
  "provider_job_id": null,
  "exception_executions": {},
  "_good_job_execution": {
    "id": "a75b6070-45bc-4726-9341-4fd1ae3f7547",
    "created_at": "2025-12-01 17:19:21 UTC",
    "updated_at": "2025-12-01 17:19:21 UTC",
    "active_job_id": "ee7f3d6a-483f-4e98-b15b-ae69613fa365",
    "job_class": "ExampleJob::BatchJob::CallbackJob",
    "queue_name": "default",
    "scheduled_at": "2025-12-01 17:19:21 UTC",
    "finished_at": "2025-12-01 17:19:21 UTC",
    "error": null,
    "error_event": null,
    "error_backtrace": null,
    "process_id": "a5990000-2367-4588-b664-4677247d6b45",
    "duration": "0.006153"
  }
}