TL;DR: Set SE_NODE_MAX_SESSIONS=<N> and SE_NODE_OVERRIDE_MAX_SESSIONS=true if you're running into timeout errors when starting a new session on Selenium 4.x. I ran into an odd issue…
docker
A collection of 2 posts
Docker in Docker (DIND) MTU fix for docker-compose
If you're running into weird connection stalling issues when inside a Docker-in-Docker environment, it's rather likely MTU is the culprit. For example, when basic network connectivity works (ping works, curl example.com works) but…