-
Notifications
You must be signed in to change notification settings - Fork 3.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
Remove MongoDBProxy #35210
Comments
I would like to work on this issue. Could you please assign it to me? |
Thanks @yashathwani ! |
@kdmccormick Could you please review the pull request and, if everything is in order, merge it? Your verification and feedback would be greatly appreciated. |
Will review, thank you @yashathwani ! |
Inspired by openedx#35213 Closes openedx#35210 Co-Authored-By: Yash Athwani <[email protected]>
New PR: #35556 |
This issue is currently stalled because neither @yashathwani or I seem to have time to work on it currently. In the meantime, if anyone would like to pick up where I left off with #35556, please feel welcome to. |
We install a fork of MongoDBPRoxy and use it in edx-platform (search for
mongodb_proxy
). The package is extremely simple -- it just makes is so that pymongo automatically retries certain queries N times.I hear that this feature is now baked into Mongo and/or pymongo. If we can take advantage of that builtin feature, it would be great to remove this custom mongodb_proxy package from edx-platform and archive the repo so that we don't have maintain it anymore.
Acceptance Criteria
The text was updated successfully, but these errors were encountered: