-
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
fix: Selenium Grid scaler exposes sum of pending and ongoing sessions to KDEA #6368
base: main
Are you sure you want to change the base?
Conversation
I see you are using |
I am not aware on this. So, we can remove |
Yes, because if it doesn't exist the value is set with the default. keda/pkg/scalers/scalersconfig/typed_config.go Lines 198 to 201 in 29400ed
|
Thanks! I updated the same. |
… to KDEA Signed-off-by: Viet Nguyen Duc <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot for this awesome fix! ❤️
/run-e2e selenium |
Signed-off-by: Viet Nguyen Duc <[email protected]>
/run-e2e selenium |
Provide a description of what has been changed
Selenium Grid scaler exposes the the sum of the in-progress sessions plus the pending sessions (after counting
nodeMaxSessions
to KEDA.Checklist
Fixes SeleniumHQ/docker-selenium#2464
Relates to #6331