-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Remove MongoDBProxy #35210
Copy link
Copy link
Closed
Labels
code healthProactive technical investment via refactorings, removals, etc.Proactive technical investment via refactorings, removals, etc.good first issueA good task for a newcomer to start withA good task for a newcomer to start withhelp wantedReady to be picked up by anyone in the communityReady to be picked up by anyone in the community
Metadata
Metadata
Assignees
Labels
code healthProactive technical investment via refactorings, removals, etc.Proactive technical investment via refactorings, removals, etc.good first issueA good task for a newcomer to start withA good task for a newcomer to start withhelp wantedReady to be picked up by anyone in the communityReady 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