Runner Scale Set takes long time to create pods for pending jobs #3498
Unanswered
omri-shilton
asked this question in
Questions
Replies: 1 comment 3 replies
-
At the moment, we have the same problem - a bit worse than yours though. It takes 14 mins for the pod to be created. Looking into it but have no ideas at the moment. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
runner-scale-set chart version 0.6.1
controller version 0.6.1
kubernetes mode
when a job starts, lets say with 10 jobs simultaneously, it starts to create pods for each job, but it takes more than 1-2 minutes each pod. and its doing it one by one. this makes each workflow take a lot of time.
I would assume it would try to start all the pods at the same time.
When im looking at AutoscalingRunnerSet and EphemeralRunnerSet for my runner i see a lot of pending runners, and very few running runners
job_startup_duration_seconds metric is on average 6 minutes
on the github side it looks like "waiting for runner to come online"
Edit:
After some research it appears that i takes a very long time for the ephemeralrunner pods to be created.
Anyone has any idea why could that be happening?
Am i missing something?
I'm using GHA-Runner-Scale-Set and have this value file:
Beta Was this translation helpful? Give feedback.
All reactions