ExampleJob::BatchJob::CallbackJob

队列
default
优先级
0
已成功
参数
{"_aj_globalid" => "gid://test-app/GoodJob::Batch/87e2549f-cb05-46ad-a8ca-b3bab6911925"}, {"event" => {"value" => "finish", "_aj_serialized" => "ActiveJob::Serializers::SymbolSerializer"}, "_aj_symbol_keys" => ["event"]}
{
  "job_id": "343e9ac4-3ee6-44f3-976b-87e0d9c52a09",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [
    {
      "_aj_globalid": "gid://test-app/GoodJob::Batch/87e2549f-cb05-46ad-a8ca-b3bab6911925"
    },
    {
      "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-08-08T08:08:48.159537082Z",
  "scheduled_at": null,
  "provider_job_id": null,
  "exception_executions": {},
  "_good_job": {
    "id": "343e9ac4-3ee6-44f3-976b-87e0d9c52a09",
    "queue_name": "default",
    "priority": 0,
    "scheduled_at": "2026-08-08 08:08:48 UTC",
    "performed_at": "2026-08-08 08:08:54 UTC",
    "finished_at": "2026-08-08 08:08:54 UTC",
    "error": null,
    "created_at": "2026-08-08 08:08:48 UTC",
    "updated_at": "2026-08-08 08:08:54 UTC",
    "active_job_id": "343e9ac4-3ee6-44f3-976b-87e0d9c52a09",
    "concurrency_key": "ExampleJob::BatchJob::CallbackJob",
    "cron_key": null,
    "retried_good_job_id": null,
    "cron_at": null,
    "batch_id": null,
    "batch_callback_id": "87e2549f-cb05-46ad-a8ca-b3bab6911925",
    "is_discrete": null,
    "executions_count": 1,
    "job_class": "ExampleJob::BatchJob::CallbackJob",
    "error_event": null,
    "labels": null,
    "locked_by_id": null,
    "locked_at": null
  }
}
执行情况
6.5 秒 队列中
26 毫秒 运行时间
已成功
{
  "job_id": "343e9ac4-3ee6-44f3-976b-87e0d9c52a09",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [
    {
      "_aj_globalid": "gid://test-app/GoodJob::Batch/87e2549f-cb05-46ad-a8ca-b3bab6911925"
    },
    {
      "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-08-08T08:08:48.159537082Z",
  "scheduled_at": null,
  "provider_job_id": null,
  "exception_executions": {},
  "_good_job_execution": {
    "id": "c8145ec3-beda-4b0b-9ba9-4b26831831d9",
    "created_at": "2026-08-08 08:08:54 UTC",
    "updated_at": "2026-08-08 08:08:54 UTC",
    "active_job_id": "343e9ac4-3ee6-44f3-976b-87e0d9c52a09",
    "job_class": "ExampleJob::BatchJob::CallbackJob",
    "queue_name": "default",
    "scheduled_at": "2026-08-08 08:08:48 UTC",
    "finished_at": "2026-08-08 08:08:54 UTC",
    "error": null,
    "error_event": null,
    "error_backtrace": null,
    "process_id": "0dbcb9b4-a45f-4b64-ab71-1fe87b18a10e",
    "duration": "0.026571"
  }
}