Closed Firefishy closed 1 year ago
At the moment the diff server occasionally returns 500 or 503 HTTP errors which cause pyosmium to immediately fail.
The AWS recommends adding a retry mechanism with back-off.
It might be a good idea to add a retry mechanism for downloads.
(Separately I will follow up with AWS to try fix the occasional 5xx errors)
"It's a best practice to build retry logic into applications that make requests to Amazon S3." - AWS in reply to the 500 error. :-/
Duplicate of #235.
At the moment the diff server occasionally returns 500 or 503 HTTP errors which cause pyosmium to immediately fail.
The AWS recommends adding a retry mechanism with back-off.
It might be a good idea to add a retry mechanism for downloads.
(Separately I will follow up with AWS to try fix the occasional 5xx errors)