You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When downloading backups from Azure Blob storage, the default go library uses a 60 seconds timeout. This will cause downloads to fail (and therefore backup restore) if either your connection is slow or the file is large.
It would be great to have the timeout configurable with a reasonable default (eg 5 mins). Unfortunately I am a golang noob and cannot help you with a pull request
When downloading backups from Azure Blob storage, the default go library uses a 60 seconds timeout. This will cause downloads to fail (and therefore backup restore) if either your connection is slow or the file is large.
Can be fixed by adding the TryTimeout option to https://github.com/AlexAkulov/clickhouse-backup/blob/820961e12158a39772b370dd8460f408c4833f70/pkg/new_storage/azblob.go#L99
eg. increasing it to 15 minutes
It would be great to have the timeout configurable with a reasonable default (eg 5 mins). Unfortunately I am a golang noob and cannot help you with a pull request
Discussion relating to the timeout: Azure/azure-storage-blob-go#60
The text was updated successfully, but these errors were encountered: