You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
FixesSeleniumHQ/docker-selenium#1167
0 commit comments