Eugen Rochko 086fc7ed77
Fix S3 adapter retrying failing uploads with exponential backoff (#12085)
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
2019-10-06 06:20:57 +02:00
..
2019-10-03 22:41:21 +02:00
2019-09-04 20:44:08 +02:00
2019-09-29 21:31:51 +02:00
2016-08-17 17:58:00 +02:00
2018-05-25 18:36:26 +02:00