Jaime
Jaime
I'm picking up this topic again after some time testing and gathering feedback, and right now I'm working on the e2e tests for the new functionality. My current issue —...
Perfect, I created this PR on the test-tool repo with the Forgejo image and the snapshot, i tested locally and it works. https://github.com/kedacore/test-tools/pull/219
added the PR on the doc repository https://github.com/kedacore/keda-docs/pull/1577
gentle ping? anything else you need me to do to merge it?
Thank you for the comment. Addresing your questions: 1. The minimum number of iddle runners is defined by `minReplicaCount` and can be 0, as is the KEDA autoscaler now how...
you are right, we only need idle status jobs, more precisely `actions_model.StatusWaiting` and `actions_model.StatusRunning` as the scaled jobs from KEDA autoscaler needs to keep the job running til it ends....