Connection timeout doesn't work. Documentation is unclear in regards to how to use that. #39580
Labels
Client
This issue points to a problem in the data-plane of the library.
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
issue-addressed
Workflow: The Azure SDK team believes it to be addressed and ready to close.
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Service Attention
Workflow: This issue is responsible by Azure service team.
Storage
Storage Service (Queues, Blobs, Files)
Describe the bug
I believe that there is no way to actually specify a connection timeout. All requests that happen when there is an internet hiccup just get stuck for a default of many seconds. I could not find any parameter to make it actually cancel the request.. We tried using custom sessions, custom transports, different timeout parameters, both sync and async.
I tried following the docs but it is not very clear https://learn.microsoft.com/en-us/python/api/overview/azure/storage-queue-readme?view=azure-python
To Reproduce
Expected behavior
I want to be able to set a connection timeout. We mostly care about the async path.
The text was updated successfully, but these errors were encountered: