Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[grid] Grid is ready when Nodes are available
The Grid status endpoint was returning false when all slots in all Nodes were used. This was accurate and it could tell users to wait until more new session requests are sent. However, we have the session queue now, and even if all slots in all Nodes are used, the Grid can still receive new session requests and queue them. After this change, the Grid status will return true when the Grid has one or more available Nodes. Fixes SeleniumHQ/docker-selenium#1167
- Loading branch information