[ServiceBus] Add support to operation timeout #13413
Labels
blocking-release
Blocks release
Client
This issue points to a problem in the data-plane of the library.
Service Bus
Milestone
Problem:
ServiceBus is missing operation timeout support for most service operation except
max_wait_time
in pull receive and push receive.According to the guideline:
https://azure.github.io/azure-sdk/python_design.html#python-client-service-args
and in the azure-core:
azure-sdk-for-python/sdk/core/azure-core/azure/core/pipeline/policies/_retry.py
Line 85 in 35f880c
we need to add support to operation timeout for other service methods like send/schedule, etc.
The design/implementation problem here would be:
operation_timeout
)The text was updated successfully, but these errors were encountered: