ExampleJob::BatchJob::CallbackJob

Queue
default
Priority
0
Succeeded
Arguments
{"_aj_globalid" => "gid://test-app/GoodJob::Batch/5056513a-3193-42da-8bf3-0191f967683e"}, {"event" => {"value" => "finish", "_aj_serialized" => "ActiveJob::Serializers::SymbolSerializer"}, "_aj_symbol_keys" => ["event"]}
{
  "job_id": "0bcf0648-8c8f-4bca-b8c3-13e45fad2c3a",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [
    {
      "_aj_globalid": "gid://test-app/GoodJob::Batch/5056513a-3193-42da-8bf3-0191f967683e"
    },
    {
      "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-09-16T20:30:35.085898578Z",
  "scheduled_at": null,
  "provider_job_id": null,
  "exception_executions": {},
  "_good_job": {
    "id": "0bcf0648-8c8f-4bca-b8c3-13e45fad2c3a",
    "queue_name": "default",
    "priority": 0,
    "scheduled_at": "2025-09-16 20:30:35 UTC",
    "performed_at": "2025-09-16 20:30:35 UTC",
    "finished_at": "2025-09-16 20:30:35 UTC",
    "error": null,
    "created_at": "2025-09-16 20:30:35 UTC",
    "updated_at": "2025-09-16 20:30:35 UTC",
    "active_job_id": "0bcf0648-8c8f-4bca-b8c3-13e45fad2c3a",
    "concurrency_key": "ExampleJob::BatchJob::CallbackJob",
    "cron_key": null,
    "retried_good_job_id": null,
    "cron_at": null,
    "batch_id": null,
    "batch_callback_id": "5056513a-3193-42da-8bf3-0191f967683e",
    "is_discrete": null,
    "executions_count": 1,
    "job_class": "ExampleJob::BatchJob::CallbackJob",
    "error_event": null,
    "labels": null,
    "locked_by_id": null,
    "locked_at": null
  }
}
Executions
12ms in queue
15ms runtime
Succeeded
{
  "job_id": "0bcf0648-8c8f-4bca-b8c3-13e45fad2c3a",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [
    {
      "_aj_globalid": "gid://test-app/GoodJob::Batch/5056513a-3193-42da-8bf3-0191f967683e"
    },
    {
      "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-09-16T20:30:35.085898578Z",
  "scheduled_at": null,
  "provider_job_id": null,
  "exception_executions": {},
  "_good_job_execution": {
    "id": "dded8b2c-063b-4899-a387-c021b71ee346",
    "created_at": "2025-09-16 20:30:35 UTC",
    "updated_at": "2025-09-16 20:30:35 UTC",
    "active_job_id": "0bcf0648-8c8f-4bca-b8c3-13e45fad2c3a",
    "job_class": "ExampleJob::BatchJob::CallbackJob",
    "queue_name": "default",
    "scheduled_at": "2025-09-16 20:30:35 UTC",
    "finished_at": "2025-09-16 20:30:35 UTC",
    "error": null,
    "error_event": null,
    "error_backtrace": null,
    "process_id": "fda2e346-0e01-4de0-aab4-36775ee15af1",
    "duration": "0.015203"
  }
}