mirror of
https://github.com/django-q2/django-q2.git
synced 2026-09-27 03:08:12 +08:00
raises a redis exception
This commit is contained in:
+1
-1
@@ -44,7 +44,7 @@ class Cluster(object):
|
||||
redis_client.ping()
|
||||
except Exception as e:
|
||||
logger.exception(e)
|
||||
return
|
||||
raise e
|
||||
self.sentinel = None
|
||||
self.stop_event = None
|
||||
self.start_event = None
|
||||
|
||||
Reference in New Issue
Block a user