• Eugen Rochko's avatar
    Fix S3 adapter retrying failing uploads with exponential backoff (#12085) · 086fc7ed
    Eugen Rochko authored
    The default limit of 10 retries with exponential backoff meant
    that if the S3 server was timing out, you would be stuck with it
    for much, much longer than the 5 second read timeout we expect.
    
    The uploading happens within a database transaction, which means
    a failing S3 server could negatively affect database performance
    086fc7ed