You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think not closing the browser process in the case of an exception, but catching the exception so not letting the lambda die, leaves files in /tmp/, which fills up the space and causes subsequent runs to fail.
See https://themarkup.sentry.io/issues/4012291048/?project=4504775057014784 for an example of the filled up disk space.
The text was updated successfully, but these errors were encountered:
I think not closing the browser process in the case of an exception, but catching the exception so not letting the lambda die, leaves files in /tmp/, which fills up the space and causes subsequent runs to fail.
See https://themarkup.sentry.io/issues/4012291048/?project=4504775057014784 for an example of the filled up disk space.
The text was updated successfully, but these errors were encountered: