I have set up the selenium grid 4 in ECS fargate POC. The setup works fine and ran a few tests but I'm facing an issue with the node sessions. I am passing the environment variable to increase the session but the changes are not reflecting in the fargate setup. Can anyone let me know what will be the issue?
Note: I have run the same setup in my local machine (docker-compose) it works as expected in the local machine.
=========== UPDATED
I have attached the screenshots of the selenium landing page. Which has a chrome node with one session after passing the SE_NODE_MAX_SESSIONS=2. The logs of chrome node. Running tasks and chrome task details.
start the grid? I first start the gird hub ECS service wait till running state and then start the chrome ECS service. I have tried running manually and using the run-task to override the environment variables.
cpu and memory details? For both grid hub and chrome task, I have set up 4GB memory and 2vCPUs.