WangDL b71371cd1c
Some checks failed
Deploy API Server / build-and-deploy (push) Failing after 34s
fix: lazy-init Qdrant connection to prevent app startup hang
VectorService.onModuleInit() was blocking NestJS startup trying to
connect to Qdrant, causing systemd restart timeout. Changed to lazy
initialization: Qdrant client connects on first actual request only.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-24 12:14:14 +08:00
..