mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-07-31 02:28:42 -04:00
Merge branch 'bmiller/better_fetch_url_timeout_errors' into qa
This commit is contained in:
commit
aec8708918
1 changed files with 1 additions and 1 deletions
|
@ -528,7 +528,7 @@ class BrozzlerWorker:
|
||||||
url,
|
url,
|
||||||
headers=headers,
|
headers=headers,
|
||||||
timeout=self.FETCH_URL_TIMEOUT,
|
timeout=self.FETCH_URL_TIMEOUT,
|
||||||
retries=False
|
retries=False,
|
||||||
)
|
)
|
||||||
except TimeoutError as e:
|
except TimeoutError as e:
|
||||||
self.logger.warning("Timed out fetching %s", url)
|
self.logger.warning("Timed out fetching %s", url)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue