Commit Graph

10 Commits

Author SHA1 Message Date
ffd9b0c8f0 chore: 补充后端核心模块的中文注释 2026-07-15 11:54:01 +08:00
hhs
e3c68dd6d3 docs: 添加部分注释
Some checks failed
CI / Backend (push) Has been cancelled
CI / Frontend (push) Has been cancelled
2026-07-01 19:34:13 +08:00
yiyiis
d8bca16362 fix: 拆分 RabbitMQ Channel,修复新视频不出现在推荐列表的问题
- RabbitMQ 结构体移除共享 Ch 字段,仅管理 Connection
- 每个MQ组件(Like/Comment/Social/Popularity/Timeline)持有独立 Channel
- Timeline Consumer 使用独立 Channel 并加入自动重连机制
- Redis 操作超时从 50ms 调整为 500ms,避免 NACK 循环
- router.go 中 notification 相关逻辑适配新 API
2026-05-22 23:57:06 +08:00
leonincs
9c00e06b1f fix: 修复构建配置和运行时错误处理 2026-05-20 16:34:46 +08:00
leonincs
732e284369 style: 统一代码格式和行尾 2026-05-20 16:34:19 +08:00
Sisyphus
9d903ad8e1 feat(P1): MQ Worker 死信队列 — 重试上限3次后 Ack 移入 DLX 2026-04-25 15:54:55 +08:00
Amnesia
05c846c295 fix:修复命名错误 2026-03-14 19:56:31 +08:00
Amnesia
7be6e8bdb5 feat:时间线相关rabbitMQ 2026-03-13 16:00:17 +08:00
Leon
bbaffe4916 refactor: 将newEventID函数移动到rabbitMQ 2025-12-29 22:17:17 +08:00
Leon
4225b026d7 feat: 添加rabbitMQ 2025-12-29 04:13:13 +08:00