All checks were successful
Deploy API Server / build-and-deploy (push) Successful in 47s
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>