fix: continue daemon refill after registration failures
This commit is contained in:
@@ -80,6 +80,8 @@ python3 /root/standalone_cli/run.py config setup
|
||||
|
||||
当前你这边实际使用的数据库名是:`mail_accounts_db`
|
||||
|
||||
现在不仅 `oauth=ok` 的成功注册会入库,`oauth=failed` 的失败注册也会尽量记录当前已拿到的信息。
|
||||
|
||||
当前这台机器实测可用的代理是:
|
||||
|
||||
- `http://127.0.0.1:17891`
|
||||
@@ -219,6 +221,7 @@ docker compose up --build
|
||||
- 按配置周期检查号池状态
|
||||
- 号池不足且 `auto_register = true` 时自动补号
|
||||
- 按 `threshold - candidates` 估算补号差值;当 `auto_register_max_per_loop = 0` 时按差值动态补齐,否则受该值限制
|
||||
- 单个补号失败不会终止整轮补号,会继续尝试后续账号
|
||||
- 号池满足阈值时不执行注册
|
||||
- 按 `maintain_interval_minutes` / `sub2api_maintain_interval_minutes` 自动维护
|
||||
|
||||
|
||||
Reference in New Issue
Block a user