Remove MongoDBProxy #35210
Labels
code health
Proactive technical investment via refactorings, removals, etc.
good first issue
A good task for a newcomer to start with
help wanted
Ready to be picked up by anyone in the community
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: