storyboard/storyboard/notifications
Tristan Cacqueray ca537c255a Better handle pika connection errors
It seems like pika may raise AttributeError when the connection is closed,
as describe here: https://github.com/pika/pika/issues/638, resulting
in this error displayed on the webclient:
500: POST /storyboard_api/tasks: 'NoneType' object has no attribute 'send'

This change adds AttributeError to the ConnectionClosed except.

Change-Id: Iffa1ef1998379097b32d699a360b5de9277c01ed
2017-07-11 03:05:22 +00:00
..
__init__.py Added subscriber and publisher modules 2014-08-14 13:53:16 -07:00
conf.py Increase rabbitmq connections attempt 2016-12-07 07:26:12 +00:00
connection_service.py Increase rabbitmq connections attempt 2016-12-07 07:26:12 +00:00
notification_hook.py Ignore bad requests in notification hook 2016-12-20 07:19:46 +00:00
publisher.py Better handle pika connection errors 2017-07-11 03:05:22 +00:00
subscriber.py switch from incubated gettextutils to oslo.i18n 2016-11-07 08:47:47 -05:00