mhardin / SeleniumGridScaler

Selenium Grid auto scaling plugin utilizing AWS
GNU General Public License v2.0
111 stars 51 forks source link

Node is not getting removed from pendingStartupNodes #17

Closed lenny1806 closed 7 years ago

lenny1806 commented 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.

mhardin commented 7 years ago

@lenny1806 I merged your PR over. Thanks for finding this and fixing the issue.