Teach mongo_connection to retry read operations in the face of AutoReconnect errors
This commit is contained in:
committed by
Don Mitchell
parent
d4927de0f7
commit
139e10d9b8
@@ -13,7 +13,6 @@ from functools import wraps
|
||||
from pymongo.errors import AutoReconnect
|
||||
from xmodule.exceptions import HeartbeatFailure
|
||||
from xmodule.modulestore.split_mongo import BlockKey
|
||||
from datetime import tzinfo
|
||||
import datetime
|
||||
import pytz
|
||||
|
||||
|
||||
Reference in New Issue
Block a user