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

Queue Listener Drain Mode fixes #47791

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

zahalzel
Copy link
Member

@zahalzel zahalzel commented Jan 10, 2025

Two changes to the queue listener:

  1. When drain mode is enabled, we should not trigger the cancellation token in StopAsync
  2. _queueProcessor.CompleteProcessingMessageAsync should only pass in the shutdown cancellation token, not the linked cancellation token

@github-actions github-actions bot added Community Contribution Community members are working on the issue customer-reported Issues that are reported by GitHub users external to the Azure organization. Storage Storage Service (Queues, Blobs, Files) labels Jan 10, 2025
Copy link

Thank you for your contribution @zahalzel! We will review the pull request and get back to you soon.

@zahalzel
Copy link
Member Author

Related to issue #47427

@azure-sdk
Copy link
Collaborator

azure-sdk commented Jan 10, 2025

API change check

API changes are not detected in this pull request.

@seanmcc-msft
Copy link
Member

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Community Contribution Community members are working on the issue customer-reported Issues that are reported by GitHub users external to the Azure organization. Storage Storage Service (Queues, Blobs, Files)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants