Block a user
M0-10 Task Queue & Worker 基础版
实施排查 + 完成
已有模块
- BullMQ 5 个队列: ai-analysis, document-import, notification, domain-events, file-cleanup
- QueueService: 统一 add/getJob
- 3 个 Worker Processor:…
M0-09 File Storage 基础版
补全完成
BullMQ 文件清理队列 ✅
- QUEUE_FILE_CLEANUP — file-cleanup 队列
- FileCleanupProcessor — 异步删除 COS 对象
- Admin 删除文件后自动入队
Domain…
M0-09 File Storage 基础版
实施排查
已有模块
- files/ — FilesController (upload URL / confirm / delete)
- infrastructure/storage/ — CosStorageProvider + StorageService
- UploadedFile Prisma 模型
###…
M0-08 AI Gateway 基础版
补充完成
Domain Event ✅
- AI 每次调用成功后发布 事件
- 含 userId/provider/model/tier/inputTokens/outputTokens/estimatedCost/latencyMs
- 通过 EventBusService.publish()…