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

[Azure Functions] [Queue extension] Fix queue length #44329

Merged
merged 2 commits into from
Jun 3, 2024

Conversation

alrod
Copy link
Member

@alrod alrod commented May 30, 2024

we need to rely on PeekMessagesAsync when calculating message queue length as ApproximateMessageCount often returns a stale value, especially when the queue is empty.

@github-actions github-actions bot added the Storage Storage Service (Queues, Blobs, Files) label May 30, 2024
@alrod alrod changed the title User/alrod/fix queue length [Azure Functions] [Queue extension] Fix queue length May 30, 2024
@chiangvincent
Copy link
Member

looks good, approving

@alrod alrod merged commit 408672f into main Jun 3, 2024
29 checks passed
@alrod alrod deleted the user/alrod/fix-queue-length branch June 3, 2024 18:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Storage Storage Service (Queues, Blobs, Files)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants