ExampleJob::BatchJob::CallbackJob

队列
default
优先级
0
已成功
参数
{"_aj_globalid" => "gid://test-app/GoodJob::Batch/13559089-83b6-4571-b290-b7e6f5516e86"}, {"event" => {"value" => "finish", "_aj_serialized" => "ActiveJob::Serializers::SymbolSerializer"}, "_aj_symbol_keys" => ["event"]}
{
  "job_id": "bdb375e2-3b61-4fe3-b07e-f6e39a6edd71",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [
    {
      "_aj_globalid": "gid://test-app/GoodJob::Batch/13559089-83b6-4571-b290-b7e6f5516e86"
    },
    {
      "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-18T02:13:26.647107196Z",
  "scheduled_at": null,
  "provider_job_id": null,
  "exception_executions": {},
  "_good_job": {
    "id": "bdb375e2-3b61-4fe3-b07e-f6e39a6edd71",
    "queue_name": "default",
    "priority": 0,
    "scheduled_at": "2026-07-18 02:13:26 UTC",
    "performed_at": "2026-07-18 02:13:27 UTC",
    "finished_at": "2026-07-18 02:13:27 UTC",
    "error": null,
    "created_at": "2026-07-18 02:13:26 UTC",
    "updated_at": "2026-07-18 02:13:27 UTC",
    "active_job_id": "bdb375e2-3b61-4fe3-b07e-f6e39a6edd71",
    "concurrency_key": "ExampleJob::BatchJob::CallbackJob",
    "cron_key": null,
    "retried_good_job_id": null,
    "cron_at": null,
    "batch_id": null,
    "batch_callback_id": "13559089-83b6-4571-b290-b7e6f5516e86",
    "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 秒 队列中
40 毫秒 运行时间
已成功
{
  "job_id": "bdb375e2-3b61-4fe3-b07e-f6e39a6edd71",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [
    {
      "_aj_globalid": "gid://test-app/GoodJob::Batch/13559089-83b6-4571-b290-b7e6f5516e86"
    },
    {
      "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-18T02:13:26.647107196Z",
  "scheduled_at": null,
  "provider_job_id": null,
  "exception_executions": {},
  "_good_job_execution": {
    "id": "c09ce19e-ced3-4882-b131-05f21f3ea78e",
    "created_at": "2026-07-18 02:13:27 UTC",
    "updated_at": "2026-07-18 02:13:27 UTC",
    "active_job_id": "bdb375e2-3b61-4fe3-b07e-f6e39a6edd71",
    "job_class": "ExampleJob::BatchJob::CallbackJob",
    "queue_name": "default",
    "scheduled_at": "2026-07-18 02:13:26 UTC",
    "finished_at": "2026-07-18 02:13:27 UTC",
    "error": null,
    "error_event": null,
    "error_backtrace": null,
    "process_id": "b8c73503-dc48-4b57-ba66-d49f79c2939f",
    "duration": "0.040755"
  }
}