mirror of https://github.com/celery/kombu.git
Handle TimeoutError raised by py-redis library
This commit is contained in:
parent
34e38f7671
commit
86683e4167
|
@ -88,7 +88,8 @@ def get_redis_error_classes():
|
|||
IOError,
|
||||
OSError,
|
||||
exceptions.ConnectionError,
|
||||
exceptions.AuthenticationError)),
|
||||
exceptions.AuthenticationError,
|
||||
exceptions.TimeoutError)),
|
||||
(virtual.Transport.channel_errors + (
|
||||
DataError,
|
||||
exceptions.InvalidResponse,
|
||||
|
|
Loading…
Reference in New Issue