Closed lenny1806 closed 7 years ago
The instanceId-Key got removed in node.linux.json and node.windows.json (https://github.com/mhardin/SeleniumGridScaler/commit/437ac6df49af9029a113c2c0240dc665f3c521ce#diff-93ee22ee40521f20359f6fae31902502) . Because of that new started nodes are not getting removed from the pendingStartupNodes-Map in AutomationPendingNodeRegistryTask.java
Adding the instanceID to the custom-config should solve the issue.
@lenny1806 I merged your PR over. Thanks for finding this and fixing the issue.
The instanceId-Key got removed in node.linux.json and node.windows.json (https://github.com/mhardin/SeleniumGridScaler/commit/437ac6df49af9029a113c2c0240dc665f3c521ce#diff-93ee22ee40521f20359f6fae31902502) . Because of that new started nodes are not getting removed from the pendingStartupNodes-Map in AutomationPendingNodeRegistryTask.java
Adding the instanceID to the custom-config should solve the issue.