ExampleJob::BatchJob::CallbackJob

Cola
default
Prioridad
0
Exitoso
Argumentos
{"_aj_globalid" => "gid://test-app/GoodJob::Batch/5b990b7e-4f75-44d2-a37b-b1a5fcd589c7"}, {"event" => {"value" => "finish", "_aj_serialized" => "ActiveJob::Serializers::SymbolSerializer"}, "_aj_symbol_keys" => ["event"]}
{
  "job_id": "9063d9a1-be7b-4eb2-a995-00b1642953ed",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [
    {
      "_aj_globalid": "gid://test-app/GoodJob::Batch/5b990b7e-4f75-44d2-a37b-b1a5fcd589c7"
    },
    {
      "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-06-03T20:14:13.575178790Z",
  "scheduled_at": null,
  "provider_job_id": null,
  "exception_executions": {},
  "_good_job": {
    "id": "9063d9a1-be7b-4eb2-a995-00b1642953ed",
    "queue_name": "default",
    "priority": 0,
    "scheduled_at": "2026-06-03 20:14:13 UTC",
    "performed_at": "2026-06-03 20:14:13 UTC",
    "finished_at": "2026-06-03 20:14:13 UTC",
    "error": null,
    "created_at": "2026-06-03 20:14:13 UTC",
    "updated_at": "2026-06-03 20:14:13 UTC",
    "active_job_id": "9063d9a1-be7b-4eb2-a995-00b1642953ed",
    "concurrency_key": "ExampleJob::BatchJob::CallbackJob",
    "cron_key": null,
    "retried_good_job_id": null,
    "cron_at": null,
    "batch_id": null,
    "batch_callback_id": "5b990b7e-4f75-44d2-a37b-b1a5fcd589c7",
    "is_discrete": null,
    "executions_count": 1,
    "job_class": "ExampleJob::BatchJob::CallbackJob",
    "error_event": null,
    "labels": null,
    "locked_by_id": null,
    "locked_at": null
  }
}
Ejecuciones
45ms en cola
49ms en ejecución
Exitoso
{
  "job_id": "9063d9a1-be7b-4eb2-a995-00b1642953ed",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [
    {
      "_aj_globalid": "gid://test-app/GoodJob::Batch/5b990b7e-4f75-44d2-a37b-b1a5fcd589c7"
    },
    {
      "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-06-03T20:14:13.575178790Z",
  "scheduled_at": null,
  "provider_job_id": null,
  "exception_executions": {},
  "_good_job_execution": {
    "id": "9b8dc12d-527d-4e06-b134-0af7f9058e71",
    "created_at": "2026-06-03 20:14:13 UTC",
    "updated_at": "2026-06-03 20:14:13 UTC",
    "active_job_id": "9063d9a1-be7b-4eb2-a995-00b1642953ed",
    "job_class": "ExampleJob::BatchJob::CallbackJob",
    "queue_name": "default",
    "scheduled_at": "2026-06-03 20:14:13 UTC",
    "finished_at": "2026-06-03 20:14:13 UTC",
    "error": null,
    "error_event": null,
    "error_backtrace": null,
    "process_id": "f141e0c5-36c5-4d3c-b2b2-a59c6f1ff8c7",
    "duration": "0.04959"
  }
}