ExampleJob

Очередь исполнения
default
Приоритет
0
Успешно
Параметры
"slow"
{
  "job_id": "750b04fc-d7e8-458c-87cb-8bda286036f6",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [
    "slow"
  ],
  "job_class": "ExampleJob",
  "executions": 0,
  "queue_name": "default",
  "enqueued_at": "2025-07-04T19:24:00.060417782Z",
  "scheduled_at": null,
  "provider_job_id": null,
  "exception_executions": {},
  "_good_job": {
    "id": "750b04fc-d7e8-458c-87cb-8bda286036f6",
    "queue_name": "default",
    "priority": 0,
    "scheduled_at": "2025-07-04 19:24:00 UTC",
    "performed_at": "2025-07-04 19:24:00 UTC",
    "finished_at": "2025-07-04 19:24:05 UTC",
    "error": null,
    "created_at": "2025-07-04 19:24:00 UTC",
    "updated_at": "2025-07-04 19:24:05 UTC",
    "active_job_id": "750b04fc-d7e8-458c-87cb-8bda286036f6",
    "concurrency_key": "ExampleJob",
    "cron_key": null,
    "retried_good_job_id": null,
    "cron_at": null,
    "batch_id": "3ae1f9bf-871a-4070-b375-5e07caf8c561",
    "batch_callback_id": null,
    "is_discrete": null,
    "executions_count": 1,
    "job_class": "ExampleJob",
    "error_event": null,
    "labels": [
      "slow"
    ],
    "locked_by_id": null,
    "locked_at": null
  }
}
Выполнение заданий
20мс в очереди
5,0s время выполнения
Успешно
{
  "job_id": "750b04fc-d7e8-458c-87cb-8bda286036f6",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [
    "slow"
  ],
  "job_class": "ExampleJob",
  "executions": 0,
  "queue_name": "default",
  "enqueued_at": "2025-07-04T19:24:00.060417782Z",
  "scheduled_at": null,
  "provider_job_id": null,
  "exception_executions": {},
  "_good_job_execution": {
    "id": "6ace6f92-32f1-46c8-8a3e-b1dbce1e8254",
    "created_at": "2025-07-04 19:24:00 UTC",
    "updated_at": "2025-07-04 19:24:05 UTC",
    "active_job_id": "750b04fc-d7e8-458c-87cb-8bda286036f6",
    "job_class": "ExampleJob",
    "queue_name": "default",
    "scheduled_at": "2025-07-04 19:24:00 UTC",
    "finished_at": "2025-07-04 19:24:05 UTC",
    "error": null,
    "error_event": null,
    "error_backtrace": null,
    "process_id": "58cd0fcc-9a1d-4fcd-914e-45ea6b631e3b",
    "duration": "5.017895"
  }
}