debugging to and mitigation for problem "[Errno 98] Address already in use"

This commit is contained in:
Noah Levitt 2014-05-28 18:57:21 -07:00
parent 2dc30cc8bc
commit 94c2e4390b
2 changed files with 17 additions and 7 deletions

View file

@ -114,7 +114,7 @@ class AmqpBrowserController:
self._browser_pool.release(browser)
except BaseException as e:
self.logger.error("amqp exception {}".format(e))
self.logger.error("caught exception {}".format(e), exc_info=True)
time.sleep(0.5)
self.logger.error("attempting to reopen amqp connection")