Issues in Scaling the pods above 200 in scaled jobs #6146
Unanswered
chaithraPadmar
asked this question in
Q&A / Need Help
Replies: 1 comment
-
https://github.com/kedacore/keda/blob/release/v2.10/pkg/scalers/azure_pipelines_scaler.go#L10 Does line 334 restricts to top 200 ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Version used.. 2.10.0 of keda
When we set min replica to lower numbers.. say 20
The effective max numbers of jobs post pipeline queue increases above 200 runnning jobs, we do see only 220 pods/jobs running
We have 1pipeline job per pod and using azure_pipeline triggers and scaled jobs
Is it the expected behaviour
If yes, how to manage wide range of scaling say minReplica 20, maxReplica 500
Regards
Chaithra
Beta Was this translation helpful? Give feedback.
All reactions