Teach mongo_connection to retry read operations in the face of AutoReconnect errors

This commit is contained in:
Calen Pennington
2014-09-12 14:02:46 -04:00
committed by Don Mitchell
parent d4927de0f7
commit 139e10d9b8

View File

@@ -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