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

Fix azurestoragequeues transport #1586

Merged
merged 1 commit into from Aug 20, 2022

Conversation

davidbossanyi
Copy link
Contributor

Saves QueueProperties objects (rather than QueueClient objects) into the _queue_name_cache dictionary.

Fixes a bug where calling QueueServiceClient.get_queue_client with a QueueClient object resulted in type errors further down the line.

Fixes #1585

Related to #1539, #1468 and possibly #1168

@auvipy auvipy merged commit 0e57a7b into celery:master Aug 20, 2022
@davidbossanyi davidbossanyi deleted the fix-azure-storage-queue-v12 branch August 20, 2022 22:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Celery's pytest worker fixture fails to start with latest azurestoragequeues broker (5.3.0b1)
2 participants