ExampleJob

Очередь исполнения
default
Приоритет
0
Успешно
Параметры
"success"
{
  "job_id": "3b8edc70-08ef-4d3d-a0ec-771d066b3b7d",
  "locale": "en",
  "priority": 0,
  "timezone": "UTC",
  "arguments": [
    "success"
  ],
  "job_class": "ExampleJob",
  "executions": 0,
  "queue_name": "default",
  "enqueued_at": "2026-03-03T08:56:52.007327897Z",
  "scheduled_at": "2026-03-03T08:57:08.007159524Z",
  "provider_job_id": null,
  "exception_executions": {},
  "_good_job": {
    "id": "3b8edc70-08ef-4d3d-a0ec-771d066b3b7d",
    "queue_name": "default",
    "priority": 0,
    "scheduled_at": "2026-03-03 08:57:08 UTC",
    "performed_at": "2026-03-03 08:57:08 UTC",
    "finished_at": "2026-03-03 08:57:08 UTC",
    "error": null,
    "created_at": "2026-03-03 08:56:52 UTC",
    "updated_at": "2026-03-03 08:57:08 UTC",
    "active_job_id": "3b8edc70-08ef-4d3d-a0ec-771d066b3b7d",
    "concurrency_key": "ExampleJob",
    "cron_key": "frequent_example",
    "retried_good_job_id": null,
    "cron_at": "2026-03-03 08:56:52 UTC",
    "batch_id": null,
    "batch_callback_id": null,
    "is_discrete": null,
    "executions_count": 1,
    "job_class": "ExampleJob",
    "error_event": null,
    "labels": null,
    "locked_by_id": null,
    "locked_at": null
  }
}
Выполнение заданий
10мс в очереди
14мс время выполнения
Успешно
{
  "job_id": "3b8edc70-08ef-4d3d-a0ec-771d066b3b7d",
  "locale": "en",
  "priority": 0,
  "timezone": "UTC",
  "arguments": [
    "success"
  ],
  "job_class": "ExampleJob",
  "executions": 0,
  "queue_name": "default",
  "enqueued_at": "2026-03-03T08:56:52.007327897Z",
  "scheduled_at": "2026-03-03T08:57:08.007159524Z",
  "provider_job_id": null,
  "exception_executions": {},
  "_good_job_execution": {
    "id": "b241a948-9d77-43de-897f-6b523bf4ae5a",
    "created_at": "2026-03-03 08:57:08 UTC",
    "updated_at": "2026-03-03 08:57:08 UTC",
    "active_job_id": "3b8edc70-08ef-4d3d-a0ec-771d066b3b7d",
    "job_class": "ExampleJob",
    "queue_name": "default",
    "scheduled_at": "2026-03-03 08:57:08 UTC",
    "finished_at": "2026-03-03 08:57:08 UTC",
    "error": null,
    "error_event": null,
    "error_backtrace": null,
    "process_id": "dab4228a-3bf2-4d8e-bb17-73e3e358b090",
    "duration": "0.014733"
  }
}