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

[azservicebus] Handle 500 as a retryable code (no recovery needed) #16925

Merged
merged 5 commits into from
Jan 28, 2022

Conversation

richardpark-msft
Copy link
Member

Handle 500 as a retryable code (no link/connection recovery needed)

This can happen if, for instance, your link gets detached in the middle of an operation. Typically you'll get the 500, and then subsequent retries will work or reveal the underlying cause (ie, link detached, etc..).

Richard Park added 4 commits January 26, 2022 13:25
…le) as this can happen if, for instance, your link gets detached in the middle of an operation.
…iagnostics are invaluable, and they aren't that chatty.
@richardpark-msft
Copy link
Member Author

/azp run go - azservicebus

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@richardpark-msft richardpark-msft merged commit 58d86cb into Azure:main Jan 28, 2022
@richardpark-msft richardpark-msft deleted the handle-500 branch January 28, 2022 19:35
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.

3 participants