mirror of
https://github.com/TheSmallHanCat/sora2api.git
synced 2026-02-15 11:04:43 +08:00
feat: 新增任务失败自动重试机制、支持配置重试次数及智能错误判断
This commit is contained in:
@@ -31,6 +31,9 @@ video_timeout = 3000
|
||||
|
||||
[admin]
|
||||
error_ban_threshold = 3
|
||||
# 任务失败重试配置
|
||||
task_retry_enabled = true
|
||||
task_max_retries = 3
|
||||
|
||||
[proxy]
|
||||
proxy_enabled = false
|
||||
|
||||
Reference in New Issue
Block a user