OtherJob

队列
default
优先级
0
已成功
参数


{
  "job_id": "f914c991-54af-4092-9787-61148ed331bc",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [],
  "job_class": "OtherJob",
  "executions": 0,
  "queue_name": "default",
  "enqueued_at": "2026-04-21T11:49:45.001768860Z",
  "scheduled_at": null,
  "provider_job_id": null,
  "exception_executions": {},
  "_good_job": {
    "id": "f914c991-54af-4092-9787-61148ed331bc",
    "queue_name": "default",
    "priority": 0,
    "scheduled_at": "2026-04-21 11:49:45 UTC",
    "performed_at": "2026-04-21 11:49:45 UTC",
    "finished_at": "2026-04-21 11:49:45 UTC",
    "error": null,
    "created_at": "2026-04-21 11:49:45 UTC",
    "updated_at": "2026-04-21 11:49:45 UTC",
    "active_job_id": "f914c991-54af-4092-9787-61148ed331bc",
    "concurrency_key": "OtherJob",
    "cron_key": "other_example",
    "retried_good_job_id": null,
    "cron_at": "2026-04-21 11:49:45 UTC",
    "batch_id": null,
    "batch_callback_id": null,
    "is_discrete": null,
    "executions_count": 1,
    "job_class": "OtherJob",
    "error_event": null,
    "labels": null,
    "locked_by_id": null,
    "locked_at": null
  }
}
执行情况
20 毫秒 队列中
10 毫秒 运行时间
已成功
{
  "job_id": "f914c991-54af-4092-9787-61148ed331bc",
  "locale": "en",
  "priority": null,
  "timezone": "UTC",
  "arguments": [],
  "job_class": "OtherJob",
  "executions": 0,
  "queue_name": "default",
  "enqueued_at": "2026-04-21T11:49:45.001768860Z",
  "scheduled_at": null,
  "provider_job_id": null,
  "exception_executions": {},
  "_good_job_execution": {
    "id": "a6b9ee37-e4a3-4208-9484-6b5e180a21ad",
    "created_at": "2026-04-21 11:49:45 UTC",
    "updated_at": "2026-04-21 11:49:45 UTC",
    "active_job_id": "f914c991-54af-4092-9787-61148ed331bc",
    "job_class": "OtherJob",
    "queue_name": "default",
    "scheduled_at": "2026-04-21 11:49:45 UTC",
    "finished_at": "2026-04-21 11:49:45 UTC",
    "error": null,
    "error_event": null,
    "error_backtrace": null,
    "process_id": "bc61d14f-74d7-44a7-9585-184ee2b94b9a",
    "duration": "0.010087"
  }
}