From 8a291d8a14d7c7b69469bec9ded80d0d18656ea2 Mon Sep 17 00:00:00 2001 From: Ruslan Kuprieiev Date: Tue, 17 Oct 2023 21:58:15 +0300 Subject: [PATCH] docs: azure: add timeouts Per iterative/dvc#10027 --- .../remote-storage/azure-blob-storage.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/content/docs/user-guide/data-management/remote-storage/azure-blob-storage.md b/content/docs/user-guide/data-management/remote-storage/azure-blob-storage.md index ffe1f80f6b..0154fdef1f 100644 --- a/content/docs/user-guide/data-management/remote-storage/azure-blob-storage.md +++ b/content/docs/user-guide/data-management/remote-storage/azure-blob-storage.md @@ -205,3 +205,17 @@ See `dvc remote modify` for more command usage details. - `url` - modify the remote location ([scroll up](#microsoft-azure-blob-storage) for details) + +- `timeout` - the server-side timeout. Defaults to 30 seconds. See + [docs](https://learn.microsoft.com/en-us/rest/api/storageservices/setting-timeouts-for-blob-service-operations) + +- `read_timeout` - the number of seconds the client will wait, between + consecutive read operations, for a response from the server while uploading or + downloading a file. Defaults to 60 seconds. See [Azure documentation] + +- `connection_timeout` - the number of seconds the client will wait to establish + a connection to the server when uploading or downloading a file. Defaults to + 20 seconds. See [Azure documentation] + +[Azure documentation]: + https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/storage/azure-storage-blob#other-client--per-operation-configuration