wangdl 8776f1e7ca
Some checks failed
Deploy API Server / build-and-unit (push) Successful in 37s
Deploy API Server / current-integration (push) Successful in 33s
Deploy API Server / backward-compat (push) Successful in 0s
Deploy API Server / deploy (push) Failing after 42s
fix: circular dependency AiRuntimeModule <-> AiJobModule
M-AI-07-05 added AiJobModule import to AiRuntimeModule, but
AiJobModule already imports AiRuntimeModule (for SnapshotBuilderService).
Use forwardRef(() => AiJobModule) to break the cycle.

Root cause of deploy crash-loop: NestJS UndefinedModuleException
at AiJobModule imports index [1] (AiRuntimeModule was undefined).

Co-Authored-By: Claude <noreply@anthropic.com>
2026-06-22 21:07:20 +08:00
..