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

Added as_uri method to MongoDB transport - Fixes #1795 #1796

Merged
merged 3 commits into from
Oct 4, 2023

Conversation

romanukes
Copy link
Contributor

@romanukes romanukes commented Sep 22, 2023

Fixes #1795.
Added as_uri method to MongoDB transport, now the Replica Set URIs parse correctly.

@romanukes romanukes changed the title Fixes #1795 - Added as_uri method to MongoDB transport Added as_uri method to MongoDB transport - Fixes #1795 Sep 22, 2023
@auvipy auvipy self-requested a review September 23, 2023 07:22
Copy link
Member

@auvipy auvipy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you check the failing tests please?

@romanukes
Copy link
Contributor Author

Done! I ran the unit tests locally

@auvipy auvipy added this to the 5.3.x milestone Sep 26, 2023
@romanukes
Copy link
Contributor Author

@auvipy do you mind if I add more changes to MongoDB transport? I found an issue when a particular URI was not parsed correctly. And there's an easy fix. Let me know if you prefer another PR

@auvipy
Copy link
Member

auvipy commented Oct 4, 2023

Another PR for another bug is highly welcome

@auvipy auvipy merged commit 2454aa7 into celery:main Oct 4, 2023
14 checks passed
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.

Kombu does not support multiple hosts in mongodb uri
2 participants