feat: 新增任务失败自动重试机制、支持配置重试次数及智能错误判断

This commit is contained in:
TheSmallHanCat
2026-01-24 11:55:34 +08:00
parent 1703876ffa
commit 4b471ccb2b
7 changed files with 133 additions and 10 deletions

View File

@@ -31,6 +31,9 @@ video_timeout = 3000
[admin]
error_ban_threshold = 3
# 任务失败重试配置
task_retry_enabled = true
task_max_retries = 3
[proxy]
proxy_enabled = false