Commit Graph

10 Commits

Author SHA1 Message Date
yiyiis
cbfdb73fcb fix: Notification 重连 + Social 修复 + Following 缓存失效
- Notification Worker 加重连循环,Channel 断开不再静默死亡
- Social: 先写 DB 再发 MQ,修复 DB 失败产生幽灵通知的问题
- Social: MQ 发布失败记日志,不再静默忽略
- 关注/取关后失效该用户的 Following Feed 缓存(24h TTL)
- Redis Client 新增 DelByPattern 按模式批量删除缓存
2026-05-23 09:23:47 +08:00
leonincs
732e284369 style: 统一代码格式和行尾 2026-05-20 16:34:19 +08:00
Sisyphus
ec56c73016 feat(P2): 粉丝/关注数 + 用户主页统计 (getProfile/getCounts) 2026-04-25 19:58:16 +08:00
Sisyphus
1cadc95863 fix: Social GetAllFollowers/Vloggers + Like ListLikedVideos 加 Limit(200) 防海量数据 2026-04-25 17:45:33 +08:00
Sisyphus
15f86f08ae fix(P2): 修复 import cycle — 将 apierror 移出 internal/http 避免循环依赖 2026-04-25 16:18:57 +08:00
Sisyphus
025be6dd78 refactor(P2): Handler 错误码精确化 — service 层引入哨兵错误,handler 层用 ClassifyHTTPStatus 分类 2026-04-25 16:03:29 +08:00
leonincs
d7a0e2a6b7 fix feed empty list rendering 2026-04-23 19:05:44 +08:00
Leon
7200b55ca2 feat: 为Follow和UnFollow加上MQ 2025-12-29 04:13:53 +08:00
Leon
fbd0cd38ec refactor: 将redis提取到middleware文件夹 2025-12-28 18:38:14 +08:00
Leon
9ba916643e move: 后端 2025-12-25 22:40:20 +08:00