You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(discord): add retry logic for chunked message sends on rate-limit
- Add sendWithRetry() wrapper around bot sender path
- Retry up to 2 times for 429 and 5xx errors
- Support retry-after header for backoff
- Fixes issue #32887
0 commit comments