rmt2021
rmt2021
Sorry for the late reply @madelson. > Do I understand the issue and proposed solution correctly? Yes! > Have you filed anything with Azure SDK for this? What did they...
Hi @benjaminpetit, thanks for your reply. I think the problem is not about ordering. There is resource leak happening due to the retries. An extreme case is that: if the...
Thanks for your explanation @benjaminpetit. I want to make the `GetQueueMessage()` more resilient to the transient faults because transient faults (which trigger the SDK retries) could make the queue messages...
Thanks for sharing this conversation @roji. The SDK will only retry on the error codes when there are multiple available regions. For example, if 503 happens, and there is only...
> It should not happen in Azure queue message, since needs to be explicitly deleted. After the configured `MessageVisibilityTimeout` they should be visible again in the queue. Unless I am...