Skip to content

Commit

Permalink
fix(artifacts/s3): Retry on RequestError. Fixes argoproj#9914
Browse files Browse the repository at this point in the history
Signed-off-by: Helge Willum Thingvad <1019305+tachylatus@users.noreply.github.com>
  • Loading branch information
tachylatus committed Nov 13, 2023
1 parent 6805c91 commit 66abc57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/artifacts/s3/errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
// s3TransientErrorCodes is a list of S3 error codes that are transient (retryable)
// Reference: https://github.com/minio/minio-go/blob/92fe50d14294782d96402deb861d442992038109/retry.go#L90-L102
var s3TransientErrorCodes = []string{
"InternalError",
"RequestError",
"RequestTimeout",
"Throttling",
"ThrottlingException",
Expand Down

0 comments on commit 66abc57

Please sign in to comment.