Docker: Add Node env var SE_NODE_CONNECTION_LIMIT_PER_SESSION and README#2855
Docker: Add Node env var SE_NODE_CONNECTION_LIMIT_PER_SESSION and README#2855
SE_NODE_CONNECTION_LIMIT_PER_SESSION and README#2855Conversation
…EADME Signed-off-by: Viet Nguyen Duc <nguyenducviet4496@gmail.com>
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
|||||||||
…EADME (SeleniumHQ#2855) Signed-off-by: Viet Nguyen Duc <nguyenducviet4496@gmail.com>
User description
Thanks for contributing to the Docker-Selenium project!
A PR well described will help maintainers to quickly review and merge it
Before submitting your PR, please check our contributing guidelines, applied for this repository.
Avoid large PRs, help reviewers by making them as simple and short as possible.
Description
Fixes #2850
Motivation and Context
Types of changes
Checklist
PR Type
enhancement, documentation
Description
Introduced
SE_NODE_CONNECTION_LIMIT_PER_SESSIONenvironment variable.Updated documentation to address WebSocket connection exhaustion.
Changes walkthrough 📝
Dockerfile
Add SE_NODE_CONNECTION_LIMIT_PER_SESSION to Node DockerfileNodeBase/Dockerfile
SE_NODE_CONNECTION_LIMIT_PER_SESSIONwith default value10toNode environment variables.
description.yaml
Add descriptions for new environment variablesscripts/generate_list_env_vars/description.yaml
SE_EXTRA_LIBS,SE_NODE_CONNECTION_LIMIT_PER_SESSION, andSE_SUPERVISORD_UNIX_SERVER_PASSWORD.value.yaml
Add default values for new environment variablesscripts/generate_list_env_vars/value.yaml
SE_EXTRA_LIBS,SE_NODE_CONNECTION_LIMIT_PER_SESSION, andSE_SUPERVISORD_UNIX_SERVER_PASSWORD.SE_NODE_CONNECTION_LIMIT_PER_SESSIONto200.ENV_VARIABLES.md
Document new and updated environment variablesENV_VARIABLES.md
SE_NODE_CONNECTION_LIMIT_PER_SESSIONandSE_SUPERVISORD_UNIX_SERVER_PASSWORD.SE_EXTRA_LIBSdescription.README.md
Add troubleshooting and usage for connection limit per sessionREADME.md
SE_NODE_CONNECTION_LIMIT_PER_SESSION.