ExampleJob::BatchJob::CallbackJob

Queue
default
Priority
0
Succeeded
Arguments
{"_aj_globalid" => "gid://test-app/GoodJob::Batch/51a6051a-cd45-40cd-a00f-456bea93e97f"}, {"event" => {"value" => "finish", "_aj_serialized" => "ActiveJob::Serializers::SymbolSerializer"}, "_aj_symbol_keys" => ["event"]}
{
  "job_id": "3d3b1aa1-3c03-4541-90fb-86a366b9d27a",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [
    {
      "_aj_globalid": "gid://test-app/GoodJob::Batch/51a6051a-cd45-40cd-a00f-456bea93e97f"
    },
    {
      "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-06-01T15:24:37.195075969Z",
  "scheduled_at": null,
  "provider_job_id": null,
  "exception_executions": {},
  "_good_job": {
    "id": "3d3b1aa1-3c03-4541-90fb-86a366b9d27a",
    "queue_name": "default",
    "priority": 0,
    "scheduled_at": "2026-06-01 15:24:37 UTC",
    "performed_at": "2026-06-01 15:24:37 UTC",
    "finished_at": "2026-06-01 15:24:37 UTC",
    "error": null,
    "created_at": "2026-06-01 15:24:37 UTC",
    "updated_at": "2026-06-01 15:24:37 UTC",
    "active_job_id": "3d3b1aa1-3c03-4541-90fb-86a366b9d27a",
    "concurrency_key": "ExampleJob::BatchJob::CallbackJob",
    "cron_key": null,
    "retried_good_job_id": null,
    "cron_at": null,
    "batch_id": null,
    "batch_callback_id": "51a6051a-cd45-40cd-a00f-456bea93e97f",
    "is_discrete": null,
    "executions_count": 1,
    "job_class": "ExampleJob::BatchJob::CallbackJob",
    "error_event": null,
    "labels": null,
    "locked_by_id": null,
    "locked_at": null
  }
}
Executions
31ms in queue
18ms runtime
Succeeded
{
  "job_id": "3d3b1aa1-3c03-4541-90fb-86a366b9d27a",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [
    {
      "_aj_globalid": "gid://test-app/GoodJob::Batch/51a6051a-cd45-40cd-a00f-456bea93e97f"
    },
    {
      "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-06-01T15:24:37.195075969Z",
  "scheduled_at": null,
  "provider_job_id": null,
  "exception_executions": {},
  "_good_job_execution": {
    "id": "267ebcd6-d4a6-4a48-a1eb-18405ff1f059",
    "created_at": "2026-06-01 15:24:37 UTC",
    "updated_at": "2026-06-01 15:24:37 UTC",
    "active_job_id": "3d3b1aa1-3c03-4541-90fb-86a366b9d27a",
    "job_class": "ExampleJob::BatchJob::CallbackJob",
    "queue_name": "default",
    "scheduled_at": "2026-06-01 15:24:37 UTC",
    "finished_at": "2026-06-01 15:24:37 UTC",
    "error": null,
    "error_event": null,
    "error_backtrace": null,
    "process_id": "b4d42fc8-7242-4d71-92d5-82c79a099b05",
    "duration": "0.018582"
  }
}