libsql / sqld

LibSQL with extended capabilities like HTTP protocol, replication, and more.
https://libsql.org
903 stars 38 forks source link

add retry to s3 uploads in bottomless #750

Closed avinassh closed 1 year ago

avinassh commented 1 year ago

This adds retry logic to our AWS SDK. The default backoff delay is 1s and with 6 retries, this can withhold network issues upto a minute.