ExampleJob::BatchJob::CallbackJob

队列
default
优先级
0
已成功
参数
{"_aj_globalid" => "gid://test-app/GoodJob::Batch/a43b8eb8-d4b8-4d9e-bd18-7e90ab6ab66c"}, {"event" => {"value" => "finish", "_aj_serialized" => "ActiveJob::Serializers::SymbolSerializer"}, "_aj_symbol_keys" => ["event"]}
{
  "job_id": "4a2f7b76-572e-450a-a367-d9d3a241ef66",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [
    {
      "_aj_globalid": "gid://test-app/GoodJob::Batch/a43b8eb8-d4b8-4d9e-bd18-7e90ab6ab66c"
    },
    {
      "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-07-08T02:27:43.282469965Z",
  "scheduled_at": null,
  "provider_job_id": null,
  "exception_executions": {},
  "_good_job": {
    "id": "4a2f7b76-572e-450a-a367-d9d3a241ef66",
    "queue_name": "default",
    "priority": 0,
    "scheduled_at": "2026-07-08 02:27:43 UTC",
    "performed_at": "2026-07-08 02:27:43 UTC",
    "finished_at": "2026-07-08 02:27:43 UTC",
    "error": null,
    "created_at": "2026-07-08 02:27:43 UTC",
    "updated_at": "2026-07-08 02:27:43 UTC",
    "active_job_id": "4a2f7b76-572e-450a-a367-d9d3a241ef66",
    "concurrency_key": "ExampleJob::BatchJob::CallbackJob",
    "cron_key": null,
    "retried_good_job_id": null,
    "cron_at": null,
    "batch_id": null,
    "batch_callback_id": "a43b8eb8-d4b8-4d9e-bd18-7e90ab6ab66c",
    "is_discrete": null,
    "executions_count": 1,
    "job_class": "ExampleJob::BatchJob::CallbackJob",
    "error_event": null,
    "labels": null,
    "locked_by_id": null,
    "locked_at": null
  }
}
执行情况
437 毫秒 队列中
46 毫秒 运行时间
已成功
{
  "job_id": "4a2f7b76-572e-450a-a367-d9d3a241ef66",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [
    {
      "_aj_globalid": "gid://test-app/GoodJob::Batch/a43b8eb8-d4b8-4d9e-bd18-7e90ab6ab66c"
    },
    {
      "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-07-08T02:27:43.282469965Z",
  "scheduled_at": null,
  "provider_job_id": null,
  "exception_executions": {},
  "_good_job_execution": {
    "id": "a219792b-1932-46e0-8069-5d1a8424fcb4",
    "created_at": "2026-07-08 02:27:43 UTC",
    "updated_at": "2026-07-08 02:27:43 UTC",
    "active_job_id": "4a2f7b76-572e-450a-a367-d9d3a241ef66",
    "job_class": "ExampleJob::BatchJob::CallbackJob",
    "queue_name": "default",
    "scheduled_at": "2026-07-08 02:27:43 UTC",
    "finished_at": "2026-07-08 02:27:43 UTC",
    "error": null,
    "error_event": null,
    "error_backtrace": null,
    "process_id": "6a4f179e-1358-4f52-87cf-53173efad45c",
    "duration": "0.046778"
  }
}