ExampleJob::BatchJob::CallbackJob

Queue
default
Priority
0
Succeeded
Arguments
{"_aj_globalid" => "gid://test-app/GoodJob::Batch/04bce04b-7ec3-4e6c-a853-137e25711a92"}, {"event" => {"value" => "finish", "_aj_serialized" => "ActiveJob::Serializers::SymbolSerializer"}, "_aj_symbol_keys" => ["event"]}
{
  "job_id": "b6a00e05-fb1a-4821-85d3-a3542b08688d",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [
    {
      "_aj_globalid": "gid://test-app/GoodJob::Batch/04bce04b-7ec3-4e6c-a853-137e25711a92"
    },
    {
      "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-07-05T00:16:35.094453560Z",
  "scheduled_at": null,
  "provider_job_id": null,
  "exception_executions": {},
  "_good_job": {
    "id": "b6a00e05-fb1a-4821-85d3-a3542b08688d",
    "queue_name": "default",
    "priority": 0,
    "scheduled_at": "2025-07-05 00:16:35 UTC",
    "performed_at": "2025-07-05 00:16:35 UTC",
    "finished_at": "2025-07-05 00:16:35 UTC",
    "error": null,
    "created_at": "2025-07-05 00:16:35 UTC",
    "updated_at": "2025-07-05 00:16:35 UTC",
    "active_job_id": "b6a00e05-fb1a-4821-85d3-a3542b08688d",
    "concurrency_key": "ExampleJob::BatchJob::CallbackJob",
    "cron_key": null,
    "retried_good_job_id": null,
    "cron_at": null,
    "batch_id": null,
    "batch_callback_id": "04bce04b-7ec3-4e6c-a853-137e25711a92",
    "is_discrete": null,
    "executions_count": 1,
    "job_class": "ExampleJob::BatchJob::CallbackJob",
    "error_event": null,
    "labels": null,
    "locked_by_id": null,
    "locked_at": null
  }
}
Executions
14ms in queue
7ms runtime
Succeeded
{
  "job_id": "b6a00e05-fb1a-4821-85d3-a3542b08688d",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [
    {
      "_aj_globalid": "gid://test-app/GoodJob::Batch/04bce04b-7ec3-4e6c-a853-137e25711a92"
    },
    {
      "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-07-05T00:16:35.094453560Z",
  "scheduled_at": null,
  "provider_job_id": null,
  "exception_executions": {},
  "_good_job_execution": {
    "id": "e16167c5-ff12-4314-9935-05adcbacf408",
    "created_at": "2025-07-05 00:16:35 UTC",
    "updated_at": "2025-07-05 00:16:35 UTC",
    "active_job_id": "b6a00e05-fb1a-4821-85d3-a3542b08688d",
    "job_class": "ExampleJob::BatchJob::CallbackJob",
    "queue_name": "default",
    "scheduled_at": "2025-07-05 00:16:35 UTC",
    "finished_at": "2025-07-05 00:16:35 UTC",
    "error": null,
    "error_event": null,
    "error_backtrace": null,
    "process_id": "58cd0fcc-9a1d-4fcd-914e-45ea6b631e3b",
    "duration": "0.007928"
  }
}