ExampleJob

Очередь исполнения
elephants
Приоритет
0
Успешно
Параметры
"success"
{
  "job_id": "1fc2f926-0da8-43dd-857b-e8e9a51a5d60",
  "locale": "en",
  "priority": 0,
  "timezone": "UTC",
  "arguments": [
    "success"
  ],
  "job_class": "ExampleJob",
  "executions": 0,
  "queue_name": "elephants",
  "enqueued_at": "2025-08-30T10:15:55.002339558Z",
  "scheduled_at": "2025-08-30T10:16:43.002055698Z",
  "provider_job_id": null,
  "exception_executions": {},
  "_good_job": {
    "id": "1fc2f926-0da8-43dd-857b-e8e9a51a5d60",
    "queue_name": "elephants",
    "priority": 0,
    "scheduled_at": "2025-08-30 10:16:43 UTC",
    "performed_at": "2025-08-30 10:16:43 UTC",
    "finished_at": "2025-08-30 10:16:43 UTC",
    "error": null,
    "created_at": "2025-08-30 10:15:55 UTC",
    "updated_at": "2025-08-30 10:16:43 UTC",
    "active_job_id": "1fc2f926-0da8-43dd-857b-e8e9a51a5d60",
    "concurrency_key": "ExampleJob",
    "cron_key": "frequent_example",
    "retried_good_job_id": null,
    "cron_at": "2025-08-30 10:15:55 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
  }
}
Выполнение заданий
4мс в очереди
7мс время выполнения
Успешно
{
  "job_id": "1fc2f926-0da8-43dd-857b-e8e9a51a5d60",
  "locale": "en",
  "priority": 0,
  "timezone": "UTC",
  "arguments": [
    "success"
  ],
  "job_class": "ExampleJob",
  "executions": 0,
  "queue_name": "elephants",
  "enqueued_at": "2025-08-30T10:15:55.002339558Z",
  "scheduled_at": "2025-08-30T10:16:43.002055698Z",
  "provider_job_id": null,
  "exception_executions": {},
  "_good_job_execution": {
    "id": "c9ea1211-8a9c-45a0-9741-e96f994501e1",
    "created_at": "2025-08-30 10:16:43 UTC",
    "updated_at": "2025-08-30 10:16:43 UTC",
    "active_job_id": "1fc2f926-0da8-43dd-857b-e8e9a51a5d60",
    "job_class": "ExampleJob",
    "queue_name": "elephants",
    "scheduled_at": "2025-08-30 10:16:43 UTC",
    "finished_at": "2025-08-30 10:16:43 UTC",
    "error": null,
    "error_event": null,
    "error_backtrace": null,
    "process_id": "c3734714-f140-45c1-a214-3f5d9b0ca5c5",
    "duration": "0.007036"
  }
}