ExampleJob::BatchJob::CallbackJob

队列
default
优先级
0
已成功
参数
{"_aj_globalid" => "gid://test-app/GoodJob::Batch/8d5dd7fd-1af7-4931-8a98-b73a704f91cb"}, {"event" => {"value" => "finish", "_aj_serialized" => "ActiveJob::Serializers::SymbolSerializer"}, "_aj_symbol_keys" => ["event"]}
{
  "job_id": "6e815aea-4ff8-4fb8-84e8-717930243ead",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [
    {
      "_aj_globalid": "gid://test-app/GoodJob::Batch/8d5dd7fd-1af7-4931-8a98-b73a704f91cb"
    },
    {
      "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-12-06T13:34:47.777656543Z",
  "scheduled_at": null,
  "provider_job_id": null,
  "exception_executions": {},
  "_good_job": {
    "id": "6e815aea-4ff8-4fb8-84e8-717930243ead",
    "queue_name": "default",
    "priority": 0,
    "scheduled_at": "2025-12-06 13:34:47 UTC",
    "performed_at": "2025-12-06 13:34:47 UTC",
    "finished_at": "2025-12-06 13:34:47 UTC",
    "error": null,
    "created_at": "2025-12-06 13:34:47 UTC",
    "updated_at": "2025-12-06 13:34:47 UTC",
    "active_job_id": "6e815aea-4ff8-4fb8-84e8-717930243ead",
    "concurrency_key": "ExampleJob::BatchJob::CallbackJob",
    "cron_key": null,
    "retried_good_job_id": null,
    "cron_at": null,
    "batch_id": null,
    "batch_callback_id": "8d5dd7fd-1af7-4931-8a98-b73a704f91cb",
    "is_discrete": null,
    "executions_count": 1,
    "job_class": "ExampleJob::BatchJob::CallbackJob",
    "error_event": null,
    "labels": null,
    "locked_by_id": null,
    "locked_at": null
  }
}
执行情况
28 毫秒 队列中
12 毫秒 运行时间
已成功
{
  "job_id": "6e815aea-4ff8-4fb8-84e8-717930243ead",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [
    {
      "_aj_globalid": "gid://test-app/GoodJob::Batch/8d5dd7fd-1af7-4931-8a98-b73a704f91cb"
    },
    {
      "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-12-06T13:34:47.777656543Z",
  "scheduled_at": null,
  "provider_job_id": null,
  "exception_executions": {},
  "_good_job_execution": {
    "id": "86fe3ec2-e1ee-4abc-998f-e431a06914ce",
    "created_at": "2025-12-06 13:34:47 UTC",
    "updated_at": "2025-12-06 13:34:47 UTC",
    "active_job_id": "6e815aea-4ff8-4fb8-84e8-717930243ead",
    "job_class": "ExampleJob::BatchJob::CallbackJob",
    "queue_name": "default",
    "scheduled_at": "2025-12-06 13:34:47 UTC",
    "finished_at": "2025-12-06 13:34:47 UTC",
    "error": null,
    "error_event": null,
    "error_backtrace": null,
    "process_id": "f8fc89c5-53f8-49a6-953c-140e006c6509",
    "duration": "0.012674"
  }
}