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:
Ilya Kreymer
2025-02-10 10:16:25 -08:00
committed by GitHub
parent 5807c320bf
commit 846f0355f6
5 changed files with 24 additions and 6 deletions

View File

@@ -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}