mirror of
https://github.com/rclone/rclone.git
synced 2025-06-14 17:07:27 +02:00
acd: Add 502 Bad Gateway to list of errors we retry
This commit is contained in:
parent
b35123ba48
commit
452c68115f
@ -142,6 +142,7 @@ var retryErrorCodes = []int{
|
|||||||
408, // Request Timeout
|
408, // Request Timeout
|
||||||
429, // Rate exceeded.
|
429, // Rate exceeded.
|
||||||
500, // Get occasional 500 Internal Server Error
|
500, // Get occasional 500 Internal Server Error
|
||||||
|
502, // Bad Gateway when doing big listings
|
||||||
503, // Service Unavailable
|
503, // Service Unavailable
|
||||||
504, // Gateway Time-out
|
504, // Gateway Time-out
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user