This should avoid _ping endpoint timeouts (if there were any) while the fastapi service is waiting for lighthouse completion.
Also the --disable-dev-shm-usage chrome flag should avoid PROTOCOL_TIMEOUTS caused by insufficient memory in /dev/shm from within the docker container.
This should avoid
_ping
endpoint timeouts (if there were any) while the fastapi service is waiting for lighthouse completion. Also the--disable-dev-shm-usage
chrome flag should avoidPROTOCOL_TIMEOUTS
caused by insufficient memory in/dev/shm
from within the docker container.