-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A Scaler for Selenium Grid #871
Comments
Thanks for the suggestion, is this something you are willing to contribute? |
@tomkerkhove Apologies, it seems like it requires GO and I have no experience with GO. |
No worries then! We'll get there at some point. |
I would like to contribute for this. I already have a poc to make this work using metrics api scaler but since i know Golang i thought i can implement a new scaler for selenium. Let me how to proceed |
That would be great, thank you! |
Also, if you are already a KEDA user and want to be listed - Please let me know! |
We are experimenting with KEDA in our local setup to see how it suits our needs. Once we push it to production, we would be happy to be listed as an user. I will keep you posted on that. |
Regarding the Scaler for selenium grid. I just have quick question. How is it going to be. Is it going to be a external scaler or is it going to be a inbuilt scaler |
Use a KEDA scalar to scale selenium grid automatically based on the number of requests on the Selenium hub pod.
Use-Case
There is currently no easy way to reliablity scale Selenium Grid chrome-node pods. We have tried HPA but they make our tests more unreliable and the hub gets exhausted eventually.
We know that the Hub is a single point of failure and maybe SeleniumGrid is not an appropriate tool.
Specification
Regards,
Nas
The text was updated successfully, but these errors were encountered: