zhx
ec35fcad5e
room_outbox 增加 delivered 历史事件定期清理并移除重复索引
- outbox_worker.retention 配置块(默认关闭,max_age<24h 拒绝启动)
- 清理走预留的 idx_room_outbox_retention 索引,先选主键再小批量 DELETE
- 移除与 idx_room_outbox_pending 完全重复的 idx_room_outbox_retry,
auto_migrate=true 时 Migrate 自动 DROP
- 开启清理前需和数据侧确认保留窗口覆盖统计重放/补数工具
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-04 01:12:25 +08:00
..
2026-07-04 01:12:25 +08:00
2026-07-04 01:12:25 +08:00
2026-05-11 01:40:29 +08:00
2026-06-27 18:22:14 +08:00
2026-07-04 01:12:25 +08:00
2026-05-12 21:51:39 +08:00
2026-07-04 01:12:25 +08:00
2026-07-04 01:12:25 +08:00
2026-06-30 13:05:13 +08:00