Skip to content

fix(build): retry transient fetch fails during build#137

Merged
avivkeller merged 1 commit into
mainfrom
fix/fetch-retry
Jun 14, 2026
Merged

fix(build): retry transient fetch fails during build#137
avivkeller merged 1 commit into
mainfrom
fix/fetch-retry

Conversation

@ryzrr

@ryzrr ryzrr commented Jun 14, 2026

Copy link
Copy Markdown
Member

Some deploys were failing because GitHub or Open Collective occasionally returns a 503 during the build. This wraps those fetches in a small retry helper with backoff and a timeout, so a moment blip just retries instead of killing the deploy. But , A sustained outage still fails the build, so we don't end up shipping docs with missing content.

Copilot AI review requested due to automatic review settings June 14, 2026 05:44
@vercel

vercel Bot commented Jun 14, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
webpack-doc-kit Ready Ready Preview, Comment Jun 14, 2026 5:52am

Request Review

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@avivkeller avivkeller merged commit be891fc into main Jun 14, 2026
4 checks passed
@ryzrr ryzrr deleted the fix/fetch-retry branch June 14, 2026 15:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants