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
Storage services like S3 will return responses with an HTTP 503 error when the number of requests being served exceeds its capacity. We can hit this error when, e.g., reading many parquet files through cudf (quickly):
Storage services like S3 will return responses with an HTTP 503 error when the number of requests being served exceeds its capacity. We can hit this error when, e.g., reading many parquet files through cudf (quickly):
https://boto3.amazonaws.com/v1/documentation/api/latest/guide/retries.html as the default retry policies of boto3 and this article has some general background.
I should be able to take a look at this today. We'll want to retry 429 and 503 codes, and possibly the other 50x codes too.
The text was updated successfully, but these errors were encountered: