mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-07-09 16:19:37 -04:00
Merge branch 'bmiller/better_fetch_url_timeout_errors' into qa
This commit is contained in:
commit
825419aa3f
1 changed files with 1 additions and 0 deletions
|
@ -530,6 +530,7 @@ class BrozzlerWorker:
|
||||||
timeout=self.FETCH_URL_TIMEOUT,
|
timeout=self.FETCH_URL_TIMEOUT,
|
||||||
retries=False,
|
retries=False,
|
||||||
)
|
)
|
||||||
|
self.logger.info("Completed fetching url %s", url)
|
||||||
except TimeoutError as e:
|
except TimeoutError as e:
|
||||||
self.logger.warning("Timed out fetching %s", url)
|
self.logger.warning("Timed out fetching %s", url)
|
||||||
raise brozzler.PageConnectionError() from e
|
raise brozzler.PageConnectionError() from e
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue