Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add retry scenario for lro polling #669

Merged
merged 1 commit into from
Sep 28, 2020
Merged

Conversation

xseeseesee
Copy link
Contributor

What happened:
In a long running operation, the user might get exception during polling. For example, the exception might be caused by networking timeout. In such case, the polling stops while the LRO still keep alive at server end.

What expected:
To support better user experience, there should be scenario to resume the polling if the LRO still exists.

This is a simple plan to add retry scenario with fixed 5 retry counts for each exception during the polling.

@jianghaolu jianghaolu merged commit ce4a088 into Azure:master Sep 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants