ExampleJob::BatchJob::CallbackJob

队列
default
优先级
0
已成功
参数
{"_aj_globalid" => "gid://test-app/GoodJob::Batch/9dee5351-c72d-46ff-9858-feb1af12a97b"}, {"event" => {"value" => "finish", "_aj_serialized" => "ActiveJob::Serializers::SymbolSerializer"}, "_aj_symbol_keys" => ["event"]}
{
  "job_id": "61e26d86-618a-4fdb-98d3-434261834216",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [
    {
      "_aj_globalid": "gid://test-app/GoodJob::Batch/9dee5351-c72d-46ff-9858-feb1af12a97b"
    },
    {
      "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-15T21:38:07.391926327Z",
  "scheduled_at": null,
  "provider_job_id": null,
  "exception_executions": {},
  "_good_job": {
    "id": "61e26d86-618a-4fdb-98d3-434261834216",
    "queue_name": "default",
    "priority": 0,
    "scheduled_at": "2026-07-15 21:38:07 UTC",
    "performed_at": "2026-07-15 21:38:08 UTC",
    "finished_at": "2026-07-15 21:38:08 UTC",
    "error": null,
    "created_at": "2026-07-15 21:38:07 UTC",
    "updated_at": "2026-07-15 21:38:08 UTC",
    "active_job_id": "61e26d86-618a-4fdb-98d3-434261834216",
    "concurrency_key": "ExampleJob::BatchJob::CallbackJob",
    "cron_key": null,
    "retried_good_job_id": null,
    "cron_at": null,
    "batch_id": null,
    "batch_callback_id": "9dee5351-c72d-46ff-9858-feb1af12a97b",
    "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 秒 队列中
18 毫秒 运行时间
已成功
{
  "job_id": "61e26d86-618a-4fdb-98d3-434261834216",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [
    {
      "_aj_globalid": "gid://test-app/GoodJob::Batch/9dee5351-c72d-46ff-9858-feb1af12a97b"
    },
    {
      "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-15T21:38:07.391926327Z",
  "scheduled_at": null,
  "provider_job_id": null,
  "exception_executions": {},
  "_good_job_execution": {
    "id": "d650d4da-9750-43cd-9338-3ff4ab709c9c",
    "created_at": "2026-07-15 21:38:08 UTC",
    "updated_at": "2026-07-15 21:38:08 UTC",
    "active_job_id": "61e26d86-618a-4fdb-98d3-434261834216",
    "job_class": "ExampleJob::BatchJob::CallbackJob",
    "queue_name": "default",
    "scheduled_at": "2026-07-15 21:38:07 UTC",
    "finished_at": "2026-07-15 21:38:08 UTC",
    "error": null,
    "error_event": null,
    "error_backtrace": null,
    "process_id": "dd31e7c1-fd9c-4ad2-ae2a-facec9af4cf5",
    "duration": "0.018165"
  }
}