ExampleJob::BatchJob::CallbackJob

Queue
default
Priority
0
Succeeded
Arguments
{"_aj_globalid" => "gid://test-app/GoodJob::Batch/adabede7-00f9-4d98-a1d0-894ae01e25fb"}, {"event" => {"value" => "finish", "_aj_serialized" => "ActiveJob::Serializers::SymbolSerializer"}, "_aj_symbol_keys" => ["event"]}
{
  "job_id": "b25de8b4-b300-482f-a566-034d232b0608",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [
    {
      "_aj_globalid": "gid://test-app/GoodJob::Batch/adabede7-00f9-4d98-a1d0-894ae01e25fb"
    },
    {
      "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-08-19T12:59:05.469183217Z",
  "scheduled_at": null,
  "provider_job_id": null,
  "exception_executions": {},
  "_good_job": {
    "id": "b25de8b4-b300-482f-a566-034d232b0608",
    "queue_name": "default",
    "priority": 0,
    "scheduled_at": "2025-08-19 12:59:05 UTC",
    "performed_at": "2025-08-19 12:59:05 UTC",
    "finished_at": "2025-08-19 12:59:05 UTC",
    "error": null,
    "created_at": "2025-08-19 12:59:05 UTC",
    "updated_at": "2025-08-19 12:59:05 UTC",
    "active_job_id": "b25de8b4-b300-482f-a566-034d232b0608",
    "concurrency_key": "ExampleJob::BatchJob::CallbackJob",
    "cron_key": null,
    "retried_good_job_id": null,
    "cron_at": null,
    "batch_id": null,
    "batch_callback_id": "adabede7-00f9-4d98-a1d0-894ae01e25fb",
    "is_discrete": null,
    "executions_count": 1,
    "job_class": "ExampleJob::BatchJob::CallbackJob",
    "error_event": null,
    "labels": null,
    "locked_by_id": null,
    "locked_at": null
  }
}
Executions
35ms in queue
21ms runtime
Succeeded
{
  "job_id": "b25de8b4-b300-482f-a566-034d232b0608",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [
    {
      "_aj_globalid": "gid://test-app/GoodJob::Batch/adabede7-00f9-4d98-a1d0-894ae01e25fb"
    },
    {
      "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-08-19T12:59:05.469183217Z",
  "scheduled_at": null,
  "provider_job_id": null,
  "exception_executions": {},
  "_good_job_execution": {
    "id": "4dc33503-a274-4dab-a122-c7e639d81814",
    "created_at": "2025-08-19 12:59:05 UTC",
    "updated_at": "2025-08-19 12:59:05 UTC",
    "active_job_id": "b25de8b4-b300-482f-a566-034d232b0608",
    "job_class": "ExampleJob::BatchJob::CallbackJob",
    "queue_name": "default",
    "scheduled_at": "2025-08-19 12:59:05 UTC",
    "finished_at": "2025-08-19 12:59:05 UTC",
    "error": null,
    "error_event": null,
    "error_backtrace": null,
    "process_id": "b3c7fb5a-9149-4f1d-8df6-47a41ac1bb73",
    "duration": "0.021744"
  }
}