mirror of
https://github.com/webrecorder/browsertrix-crawler.git
synced 2025-12-26 03:40:19 +00:00
Improved handling of browser stuck / crashed (#763)
- only attempt to close browser if not browser crashed - add timeout for browser.close() - ensure browser crash results in healthchecker failure - bump to 1.5.3
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
ARG BROWSER_VERSION=1.74.51
|
||||
ARG BROWSER_VERSION=1.75.175
|
||||
ARG BROWSER_IMAGE_BASE=webrecorder/browsertrix-browser-base:brave-${BROWSER_VERSION}
|
||||
|
||||
FROM ${BROWSER_IMAGE_BASE}
|
||||
|
||||
Reference in New Issue
Block a user