The Wayback Machine - https://web.archive.org/web/20201215002201/https://github.com/actions/github-script/issues/104
Skip to content
New issue

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

Please consider retries for the Octokit client #104

Open
awendt opened this issue Nov 30, 2020 · 0 comments
Open

Please consider retries for the Octokit client #104

awendt opened this issue Nov 30, 2020 · 0 comments

Comments

@awendt
Copy link

@awendt awendt commented Nov 30, 2020

Is your feature request related to a problem? Please describe.

I just ran into a problem where a call to the Github API unexpectedly returned a 404 error. This failed our workflow. The error was intermittent and wasn't reproducible when I re-ran the job.

Describe the solution you'd like

I'd like any API calls made by the github client to be retried, preferably using the retry plugin

Describe alternatives you've considered

I've considered adding the retry logic to our workflow but this defeats the purpose of having a pre-authenticated API client.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.