-
Greetings, I have configuration for HRA as follows: My intention is to spin up 3 StatefulSet runners on each webhook delivery
Runner Controller version is |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
What also confuses me is that webhook server outputs logs like these (where I would expect amount to be 3): |
Beta Was this translation helpful? Give feedback.
-
@erplsf Hey! I don't remember the details already, but reading through our implementation Amount seems no-op. But hey, as long as you use |
Beta Was this translation helpful? Give feedback.
-
Hi. Thanks for the info.
I increased the amount because our users complained about waiting for hours
in queue, and observed in real time that when three jobs start in the
matrix, only one pod was brought up.
…On Sat, Apr 30, 2022, 03:45 Yusuke Kuoka ***@***.***> wrote:
@erplsf <https://github.com/erplsf> Hey! I don't remember the details
already, but reading through our implementation Amount seems no-op. But
hey, as long as you use workflow_job for scaling, you should have no need
to customize it. I suppose you thought it would be a good idea to add 3
replicas on each workflow_job event because you use build matrix, right?
You shouldn't need to do so, because as far as I remember, github produced
workflow_job event for each job triggered by the matrix.
—
Reply to this email directly, view it on GitHub
<#1406 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA7CHLAMV3TFWZ4RV2YGD7LVHSGEXANCNFSM5UWAGO4A>
.
You are receiving this because you were mentioned.Message ID:
<actions-runner-controller/actions-runner-controller/repo-discussions/1406/comments/2664690
@github.com>
|
Beta Was this translation helpful? Give feedback.
@erplsf Hey! I don't remember the details already, but reading through our implementation Amount seems no-op. But hey, as long as you use
workflow_job
for scaling, you should have no need to customize it. I suppose you thought it would be a good idea to add 3 replicas on each workflow_job event because you use build matrix, right? You shouldn't need to do so, because as far as I remember, github produced workflow_job event for each job triggered by the matrix.