Skip to content

Commit

Permalink
add RequestTimeTooSkewed to retry list (#494)
Browse files Browse the repository at this point in the history
Co-authored-by: liyang <[email protected]>
  • Loading branch information
bbtfr and liyang authored Feb 5, 2025
1 parent 963808f commit 54c04f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions megfile/errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ def s3_should_retry(error: Exception) -> bool:
"ContextCanceled",
"Timeout", # noqa: E501 # TOS Timeout
"RequestTimeout",
"RequestTimeTooSkewed",
"ExceedAccountQPSLimit",
"ExceedAccountRateLimit",
"ExceedBucketQPSLimit",
Expand Down

0 comments on commit 54c04f7

Please sign in to comment.