Skip to content

Commit

Permalink
Mark 503 as retryable at the level of GeeseFS in addition to AWS SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalif committed Dec 21, 2023
1 parent aca7ba8 commit bdcbc1a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/goofys.go
Original file line number Diff line number Diff line change
Expand Up @@ -988,6 +988,8 @@ func mapHttpError(status int) error {
return syscall.ERANGE
case 429:
return syscall.EAGAIN
case 503:
return syscall.EAGAIN
case 500:
return syscall.EAGAIN
default:
Expand Down

0 comments on commit bdcbc1a

Please sign in to comment.