-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Queue Listener Drain Mode fixes #47791
base: main
Are you sure you want to change the base?
Queue Listener Drain Mode fixes #47791
Conversation
Thank you for your contribution @zahalzel! We will review the pull request and get back to you soon. |
Related to issue #47427 |
API change check API changes are not detected in this pull request. |
@zahalzel, thanks for contribution. Can you also update the changelog as part of this PR? https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Microsoft.Azure.WebJobs.Extensions.Storage.Queues/CHANGELOG.md |
Two changes to the queue listener:
_queueProcessor.CompleteProcessingMessageAsync
should only pass in the shutdown cancellation token, not the linked cancellation token