mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-08-08 22:42:32 -04:00
debugging to and mitigation for problem "[Errno 98] Address already in use"
This commit is contained in:
parent
2dc30cc8bc
commit
94c2e4390b
2 changed files with 17 additions and 7 deletions
|
@ -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")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue