You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
andretryWrites
kwargs toMongoClient
, which appear to default toTrue
in the current PyMongo.The text was updated successfully, but these errors were encountered: