Commit Graph
6 Commits
Author SHA1 Message Date
SXP-Simon 05836f64f2 fix: 定时任务超时问题优化
Fixes #141

定时分析任务间隔启动,放宽超时配置限制
2026-04-01 21:14:00 +08:00
SXP-Simon a9c3d2595c fix: 提升系统韧性组件,改用单调时钟并支持动态限流重配置
- 将 CircuitBreaker 计时器改为 time.monotonic(),规避系统时钟回滚风险
- 允许 GlobalRateLimiter 在运行时根据配置动态调整信号量并发数
- 增加限流器配置变更时的日志记录
2026-03-11 23:11:13 +08:00
SXP-Simon 0b096351d5 fix(docs): 完善注释 2026-02-09 02:14:43 +08:00
SXP-Simon e73fd99e26 feat(logger) 2026-02-08 23:28:56 +08:00
SXP-Simon 4477c8b862 style: apply ruff linting and pyupgrade fixes 2026-02-07 23:58:41 +08:00
SXP-Simon 22dc0bf59f feat: add trace context and resilience utilities for LLM calls 2026-02-07 23:48:34 +08:00