feat: add retry mechanism to optimize network requests, improve async message handling and timeout for scheduled tasks

This commit is contained in:
wonfen
2025-05-03 09:38:25 +08:00
parent e7bf997f8c
commit 73b9a71c84
4 changed files with 102 additions and 39 deletions

View File

@@ -265,7 +265,7 @@ impl PrfItem {
// 使用网络管理器发送请求
let resp = NetworkManager::global()
.get(
.get_with_retry(
url,
proxy_type,
Some(timeout),