You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* retry http requests
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>
* lint fix: remove unused nolints
Signed-off-by: Will Murphy <willmurphyscode@users.noreply.github.com>
---------
Signed-off-by: Will Murphy <willmurphyscode@users.noreply.github.com>
0 commit comments