Files
Rekey 0e449d3c5f fix(backfill): 修复回补超时竞态 + 首批单元测试 + 技术债务文档
- backfill.ts: clearTimeout 移入 try/catch 分支内部,防止 upsert 慢被超时误杀
- backfill.ts: setTimeout 回调和 catch 块各加 status 先到先得守卫
- backfill.ts: 注释补充容错策略(Binance SDK 僵死 → exit 重启)
- tests: 新增 4 文件 63 用例(utils/bus/convert-kline/config)
- docs: tech-debt.md 技术债务清单, testing.md 测试方案
2026-06-18 15:34:02 +08:00
..