wangdl 5bde0a3656
All checks were successful
Deploy API Server / build-and-deploy (push) Successful in 47s
fix(M-AI-01-09): enqueue jobs via BullMQ instead of MySQL INSERT
Worker consumes from BullMQ Redis, not MySQL polling.
Replace all dbExec(INSERT INTO AiAnalysisJob) with enqueueJob()
which uses real BullMQ Queue.add() to the test Redis.

Add setRedisConfig() + enqueueJob() to integration harness.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-06-19 22:20:45 +08:00
..