You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using KEDA to manage auto-scaling of Selenium Chrome nodes in a Kubernetes environment. However, I am facing an issue where all pods remain active during the execution of tests, and KEDA only scales them down after the entire test suite has completed. I expected KEDA to scale down individual nodes as soon as their respective tests are finished, but this is not happening.
Expected Behavior
Each Selenium Chrome node should be scaled down as soon as its associated test completes, rather than waiting for the entire test suite to finish.
Actual Behavior
KEDA scales down the nodes only after the last test has completed, causing all pods to remain active for the entire duration of the test suite.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Description
I am using KEDA to manage auto-scaling of Selenium Chrome nodes in a Kubernetes environment. However, I am facing an issue where all pods remain active during the execution of tests, and KEDA only scales them down after the entire test suite has completed. I expected KEDA to scale down individual nodes as soon as their respective tests are finished, but this is not happening.
Expected Behavior
Each Selenium Chrome node should be scaled down as soon as its associated test completes, rather than waiting for the entire test suite to finish.
Actual Behavior
KEDA scales down the nodes only after the last test has completed, causing all pods to remain active for the entire duration of the test suite.
KEDA Configuration
Beta Was this translation helpful? Give feedback.
All reactions