-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Labels
E-easyExperience: EasyExperience: Easy
Description
Crates.io redirects to S3 for /download requests. Sometimes S3 returns a 500, and cargo should automatically retry.
Cargo has network retry logic, but right now it only retries if the error is "spurious".
We should tweak maybe_spurious
to count 500 as something that should be retried, not sure which one of the curl errors corresponds to that or if we should just check the status code like this check does.
Metadata
Metadata
Assignees
Labels
E-easyExperience: EasyExperience: Easy