mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 12:00:44 +00:00
fix(discord): retry transient outbound failures
This commit is contained in:
@@ -37,7 +37,9 @@ title: "Retry policy"
|
||||
|
||||
### Discord
|
||||
|
||||
- Retries only on rate-limit errors (HTTP 429).
|
||||
- Retries on rate-limit errors (HTTP 429), request timeouts, HTTP 5xx responses,
|
||||
and transient transport failures such as DNS lookup failures, connection
|
||||
resets, socket closes, and fetch failures.
|
||||
- Uses Discord `retry_after` when available, otherwise exponential backoff.
|
||||
|
||||
### Telegram
|
||||
|
||||
Reference in New Issue
Block a user