From 0d5b94ea6fb22d5d897d876f045e1203673f34dc 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 | 13 +++++++++++++ 1 file changed, 13 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..b90640d17a 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,16 @@ 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