-
Notifications
You must be signed in to change notification settings - Fork 535
Closed
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
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.
joshmgross, sarkis and na-jakobsna-jakobs
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers