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

Don't need MongoDBProxy anymore? #51

Open
jikamens opened this issue Dec 13, 2024 · 0 comments
Open

Don't need MongoDBProxy anymore? #51

jikamens opened this issue Dec 13, 2024 · 0 comments

Comments

@jikamens
Copy link
Collaborator

The current version of PyMongo retries reads and writes by default so we can probably get rid of MongoDBProxy after we ensure that we're using a version of PyMongo new enough that it has the retry functionality.
See retryReads and retryWrites kwargs to MongoClient, which appear to default to True in the current PyMongo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant