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 00:09:06 +08:00
2026-07-03 22:04:39 +08:00
2026-07-03 22:04:39 +08:00
2026-07-03 17:38:41 +08:00
2026-06-25 19:57:16 +08:00
2026-06-23 11:53:00 +08:00
2026-07-03 22:04:39 +08:00
2026-07-03 22:04:39 +08:00