Catch all exceptions when creating a pusher
parent
2df75de505
commit
92f0f3d21d
|
@ -186,8 +186,8 @@ class PusherPool:
|
|||
for pusherdict in pushers:
|
||||
try:
|
||||
p = pusher.create_pusher(self.hs, pusherdict)
|
||||
except PusherConfigException:
|
||||
logger.exception("Couldn't start a pusher: caught PusherConfigException")
|
||||
except:
|
||||
logger.exception("Couldn't start a pusher: caught Exception")
|
||||
continue
|
||||
if p:
|
||||
appid_pushkey = "%s:%s" % (
|
||||
|
|
Loading…
Reference in New Issue