Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Conversation

davemooreuws
Copy link
Member

Enhances the broken link checker by adding retry logic for rate limiting (429) and timeout (408) errors, using exponential backoff.

Introduces a mechanism to accept specific rate-limited URLs.

Processes links in batches to avoid overwhelming the system.

Skips checking empty or already visited URLs.

Copy link

vercel bot commented May 2, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
nitric-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 2, 2025 5:54am

Enhances the broken link checker by adding retry logic for rate limiting (429) and timeout (408) errors, using exponential backoff.

Introduces a mechanism to accept specific rate-limited URLs.

Processes links in batches to avoid overwhelming the system.

Skips checking empty or already visited URLs.
@jyecusch jyecusch changed the title Improves broken link checker resilience Improve broken link checker resilience May 6, 2025
@jyecusch jyecusch changed the title Improve broken link checker resilience ci: improve broken link checker resilience May 6, 2025
@jyecusch jyecusch merged commit 66be0f1 into main May 6, 2025
6 checks passed
@jyecusch jyecusch deleted the fix/broken-links-test branch May 6, 2025 02:09
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants