8000 Added retry plugin to octokit by barankyle · Pull Request #2015 · ir-engine/ir-engine · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Added retry plugin to octokit #2015

New issue < 8000 details-dialog class="Box Box--overlay d-flex flex-column anim-fade-in fast overflow-auto" aria-label="Sign up for GitHub">

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: dev
Choose a base branch
from
Open

Added retry plugin to octokit #2015

wants to merge 4 commits into from

Conversation

barankyle
Copy link
Contributor

Summary

Pushing projects to GitHub was often running into ETIMEDOUT errors when uploading blobs. This would cause the whole push to error out.
8000 It's unclear why, but it may have been due to rate limiting, since a lot of files were being uploaded for certain projects.

Enabled the retry plugin for octokit, which will retry failed requests. In limited testing with projects exhibiting this behavior, this seemed to solve the problem.

Subtasks Checklist

Breaking Changes

References

closes #insert number here

QA Steps

Pushing projects to GitHub was often running into ETIMEDOUT errors when uploading blobs.
This would cause the whole push to error out.
It's unclear why, but it may have been due to rate limiting, since a lot of files were
being uploaded for certain projects.

Enabled the retry plugin for octokit, which will retry failed requests. In limited testing
with projects exhibiting this behavior, this seemed to solve the problem.
@barankyle barankyle requested review from HexaField and a team as code owners June 4, 2025 20:24
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.

1 participant
0