Skip to content

retry http requests#197

Merged
willmurphyscode merged 2 commits intomainfrom
feat-retryable-http
Dec 12, 2025
Merged

retry http requests#197
willmurphyscode merged 2 commits intomainfrom
feat-retryable-http

Conversation

@willmurphyscode
Copy link
Contributor

Implement simple request retrying to redue the probabiliyt that a single GET receiving a 503 will cause a whole CI job to need to be retried.

Use hashicorp/go-retryablehttp since it fits this very simple use case well.

Implement simple request retrying to redue the probabiliyt that a single
GET receiving a 503 will cause a whole CI job to need to be retried.

Use hashicorp/go-retryablehttp since it fits this very simple use case
well.

Signed-off-by: Will Murphy <willmurphyscode@users.noreply.github.com>
@willmurphyscode willmurphyscode self-assigned this Dec 12, 2025
@willmurphyscode willmurphyscode added the enhancement New feature or request label Dec 12, 2025
@willmurphyscode willmurphyscode moved this to In Review in OSS Dec 12, 2025
Signed-off-by: Will Murphy <willmurphyscode@users.noreply.github.com>
@willmurphyscode willmurphyscode merged commit 6b4d41c into main Dec 12, 2025
4 checks passed
@willmurphyscode willmurphyscode deleted the feat-retryable-http branch December 12, 2025 13:35
@github-project-automation github-project-automation bot moved this from In Review to Done in OSS Dec 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

2 participants