retry
parameter ignored in the operation.result(retry=retry)
call
#458
Labels
priority: p1
Important issue which blocks shipping the next release. Will be fixed prior to next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Environment details
Debian 5.18.16
Python 3.10.7
pip 22.0.2 from /usr/lib/python3/dist-packages/pip (python 3.10)
2.10.1
Steps to reproduce
operation.result
method call with customretry
parameterCode example
After replacing
response = operation.result(retry=retry)
call with custom wait/retry logic operation completion will be detected as expected:The text was updated successfully, but these errors were encountered: