ExampleJob::BatchJob::CallbackJob

Queue
default
Priority
0
Succeeded
Arguments
{"_aj_globalid" => "gid://test-app/GoodJob::Batch/0deafbf7-696b-4e88-b544-70f052cac3ff"}, {"event" => {"value" => "finish", "_aj_serialized" => "ActiveJob::Serializers::SymbolSerializer"}, "_aj_symbol_keys" => ["event"]}
{
  "job_id": "4d4a04a6-fcb3-4f1c-9852-29160c22d89f",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [
    {
      "_aj_globalid": "gid://test-app/GoodJob::Batch/0deafbf7-696b-4e88-b544-70f052cac3ff"
    },
    {
      "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-01-09T19:43:29.956188256Z",
  "scheduled_at": null,
  "provider_job_id": null,
  "exception_executions": {},
  "_good_job": {
    "id": "4d4a04a6-fcb3-4f1c-9852-29160c22d89f",
    "queue_name": "default",
    "priority": 0,
    "scheduled_at": "2026-01-09 19:43:29 UTC",
    "performed_at": "2026-01-09 19:43:29 UTC",
    "finished_at": "2026-01-09 19:43:30 UTC",
    "error": null,
    "created_at": "2026-01-09 19:43:29 UTC",
    "updated_at": "2026-01-09 19:43:30 UTC",
    "active_job_id": "4d4a04a6-fcb3-4f1c-9852-29160c22d89f",
    "concurrency_key": "ExampleJob::BatchJob::CallbackJob",
    "cron_key": null,
    "retried_good_job_id": null,
    "cron_at": null,
    "batch_id": null,
    "batch_callback_id": "0deafbf7-696b-4e88-b544-70f052cac3ff",
    "is_discrete": null,
    "executions_count": 1,
    "job_class": "ExampleJob::BatchJob::CallbackJob",
    "error_event": null,
    "labels": null,
    "locked_by_id": null,
    "locked_at": null
  }
}
Executions
41ms in queue
13ms runtime
Succeeded
{
  "job_id": "4d4a04a6-fcb3-4f1c-9852-29160c22d89f",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [
    {
      "_aj_globalid": "gid://test-app/GoodJob::Batch/0deafbf7-696b-4e88-b544-70f052cac3ff"
    },
    {
      "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-01-09T19:43:29.956188256Z",
  "scheduled_at": null,
  "provider_job_id": null,
  "exception_executions": {},
  "_good_job_execution": {
    "id": "bbf9143e-0302-462c-a0f9-ec1282c12ce0",
    "created_at": "2026-01-09 19:43:29 UTC",
    "updated_at": "2026-01-09 19:43:30 UTC",
    "active_job_id": "4d4a04a6-fcb3-4f1c-9852-29160c22d89f",
    "job_class": "ExampleJob::BatchJob::CallbackJob",
    "queue_name": "default",
    "scheduled_at": "2026-01-09 19:43:29 UTC",
    "finished_at": "2026-01-09 19:43:30 UTC",
    "error": null,
    "error_event": null,
    "error_backtrace": null,
    "process_id": "f515243a-2537-4610-b1c0-27108de4dd49",
    "duration": "0.013768"
  }
}