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
Add retry logic for external link timeout exceptions (#80)
External links that timeout due to slow response times now get retried
using the existing retry configuration (--max-external-retries and
--retry-delay-seconds). This prevents false positives for legitimate
sites that are simply responding slowly.
- Catch TaskCanceledException and HttpRequestException with timeout indicators
- Schedule retries with jitter for timeout failures
- Maintain existing behavior for SSL errors and DNS failures (no retry)
0 commit comments