There was an error while loading. Please reload this page.
1 parent d5086ad commit fff76c6Copy full SHA for fff76c6
1 file changed
mrq/job.py
@@ -5,7 +5,7 @@
5
from bson import ObjectId
6
from redis.exceptions import LockError
7
import time
8
-from .exceptions import RetryInterrupt, MaxRetriesInterrupt, AbortInterrupt, MaxConcurrencyInterrupt, MovedInterrupt
+from .exceptions import RetryInterrupt, MaxRetriesInterrupt, AbortInterrupt, MaxConcurrencyInterrupt
9
from .utils import load_class_by_path, group_iter
10
import gevent
11
import objgraph
0 commit comments