One RD scaling too high and the other seems to not scale at all #2558
Unanswered
maeghan-porter
asked this question in
Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
So I have 2 RDs and HRAs to represent production workloads and nonproduction workloads. They are configured fairly similarly with only the scaleUpFactor being different (I will share the configs below). The problem I am seeing is, though the prod runners are used pretty infrequently compared to nonprod, the prod HRA has the RD set to 8 replicas at all times even when no runners are being used, but the nonprod HRA has its RD only set to 1 and though multiple jobs are waiting for a free runner, it is not scaling. Any insight would be very helpful.
Here are my configs:
As an example, I saw this in the logs:
Which doesn't really make sense to me since if
num_runners_busy
is 1 then shouldn't therunners_desired
be increased to 2 at this point? Or perhaps I'm misunderstanding the metrics.Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions