ExampleJob::BatchJob::CallbackJob

队列
default
优先级
0
已成功
参数
{"_aj_globalid" => "gid://test-app/GoodJob::Batch/bc239eb1-9084-4af9-a597-759a2b7e4408"}, {"event" => {"value" => "finish", "_aj_serialized" => "ActiveJob::Serializers::SymbolSerializer"}, "_aj_symbol_keys" => ["event"]}
{
  "job_id": "350de6a0-6791-44ca-bd67-566e130df6c0",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [
    {
      "_aj_globalid": "gid://test-app/GoodJob::Batch/bc239eb1-9084-4af9-a597-759a2b7e4408"
    },
    {
      "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-15T22:42:52.726725190Z",
  "scheduled_at": null,
  "provider_job_id": null,
  "exception_executions": {},
  "_good_job": {
    "id": "350de6a0-6791-44ca-bd67-566e130df6c0",
    "queue_name": "default",
    "priority": 0,
    "scheduled_at": "2026-07-15 22:42:52 UTC",
    "performed_at": "2026-07-15 22:42:53 UTC",
    "finished_at": "2026-07-15 22:42:53 UTC",
    "error": null,
    "created_at": "2026-07-15 22:42:52 UTC",
    "updated_at": "2026-07-15 22:42:53 UTC",
    "active_job_id": "350de6a0-6791-44ca-bd67-566e130df6c0",
    "concurrency_key": "ExampleJob::BatchJob::CallbackJob",
    "cron_key": null,
    "retried_good_job_id": null,
    "cron_at": null,
    "batch_id": null,
    "batch_callback_id": "bc239eb1-9084-4af9-a597-759a2b7e4408",
    "is_discrete": null,
    "executions_count": 1,
    "job_class": "ExampleJob::BatchJob::CallbackJob",
    "error_event": null,
    "labels": null,
    "locked_by_id": null,
    "locked_at": null
  }
}
执行情况
1.0 秒 队列中
21 毫秒 运行时间
已成功
{
  "job_id": "350de6a0-6791-44ca-bd67-566e130df6c0",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [
    {
      "_aj_globalid": "gid://test-app/GoodJob::Batch/bc239eb1-9084-4af9-a597-759a2b7e4408"
    },
    {
      "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-15T22:42:52.726725190Z",
  "scheduled_at": null,
  "provider_job_id": null,
  "exception_executions": {},
  "_good_job_execution": {
    "id": "992a5b3b-3dc7-4c04-849c-8620ee05c03a",
    "created_at": "2026-07-15 22:42:53 UTC",
    "updated_at": "2026-07-15 22:42:53 UTC",
    "active_job_id": "350de6a0-6791-44ca-bd67-566e130df6c0",
    "job_class": "ExampleJob::BatchJob::CallbackJob",
    "queue_name": "default",
    "scheduled_at": "2026-07-15 22:42:52 UTC",
    "finished_at": "2026-07-15 22:42:53 UTC",
    "error": null,
    "error_event": null,
    "error_backtrace": null,
    "process_id": "0899e978-f339-4b20-9578-bd4a8874ee68",
    "duration": "0.021211"
  }
}