aerokube / ggr

A lightweight load balancer used to create big Selenium clusters
https://aerokube.com/ggr/latest/
Apache License 2.0
314 stars 74 forks source link

Unevenly load balancing #119

Closed FiremindHub closed 6 years ago

FiremindHub commented 6 years ago

Hi! I have two Selenoid hubs with diffenent performanfe and ggr with config:

<host name="10.0.14.XX" port="4444" count="1"/>
<host name="10.0.12.XXX" port="4444" count="1"/>

And I see, that hub with 5 nodes have more load, then hub with 10 nodes. Are hubs must have the same number of nodes?

here the screenshot of both hubs ui: https://imgur.com/a/qzCte

aandryashin commented 6 years ago

Please adjust count attribute for appropriate values, use count=5 for selenoid with 5 nodes and count=10 for selenoid with 10 nodes...

28 сент. 2017 г. 8:08 ДП пользователь "Firemind" notifications@github.com написал:

Hi! I have two Selenoid hubs with diffenent performanfe and ggr with config:

And I see, that hub with 5 nodes have more load, then hub with 10 nodes. Are hubs must have the same number of nodes?

here the screenshot of both hubs ui: https://imgur.com/a/qzCte

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/aerokube/ggr/issues/119, or mute the thread https://github.com/notifications/unsubscribe-auth/ABWNbXSPX_zxZv1r9vnxtbYFQ-4oesovks5smynigaJpZM4Pmu8P .

FiremindHub commented 6 years ago

Seems, it helped. Thank you!