Skip to content

Commit

Permalink
retry HTTP 499 errors by default (#1612)
Browse files Browse the repository at this point in the history
  • Loading branch information
imjasonh committed Mar 23, 2023
1 parent 0f2db49 commit 46488f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/v1/remote/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ var retryableStatusCodes = []int{
http.StatusBadGateway,
http.StatusServiceUnavailable,
http.StatusGatewayTimeout,
499,
}

const (
Expand Down

0 comments on commit 46488f7

Please sign in to comment.