~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/services/messaging/rabbit.py

[r=allenap][no-qa] Suppress IOError in RabbitUnreliableSession.

Show diffs side-by-side

added added

removed removed

Lines of Context:
154
154
    """
155
155
 
156
156
    ignored_errors = (
 
157
        IOError,
 
158
        MessagingException,
157
159
        amqp.AMQPException,
158
 
        MessagingException,
159
160
        )
160
161
 
161
162
    def finish(self):