Merge pull request #800 from DaydreamCoding/feature/concurrency-queue

feat: enhance concurrency queue with health check and admin endpoints
This commit is contained in:
Wesley Liddick
2025-12-12 01:58:24 -05:00
committed by GitHub
18 changed files with 3039 additions and 86 deletions

View File

@@ -78,6 +78,8 @@ TOKEN_USAGE_RETENTION=2592000000
HEALTH_CHECK_INTERVAL=60000
TIMEZONE_OFFSET=8 # UTC偏移小时数默认+8中国时区
METRICS_WINDOW=5 # 实时指标统计窗口分钟可选1-60默认5分钟
# 启动时清理残留的并发排队计数器默认true多实例部署时建议设为false
CLEAR_CONCURRENCY_QUEUES_ON_STARTUP=true
# 🎨 Web 界面配置
WEB_TITLE=Claude Relay Service