Ability to scale up runners with scaleUpFactor option #3694
Labels
bug
Something isn't working
gha-runner-scale-set
Related to the gha-runner-scale-set mode
needs triage
Requires review from the maintainers
Checks
Controller Version
0.9.3
Deployment Method
Helm
Checks
To Reproduce
Describe the bug
Currently the runners scales up based on the count of jobs requested. For example, let say if we get a 5 new job request then it basically add 5 new runners. This approach is increasing our start up time as it basically queue up until all the runners are started. We would like to have some kind of
scaleUpFactor
option which would basically pre-load the runners which would help in decreasing the start up time.Describe the expected behavior
N/A
Additional Context
N/A
Controller Logs
Runner Pod Logs
The text was updated successfully, but these errors were encountered: