Replies: 1 comment 1 reply
-
It's been a while you started the discussion and unfortunately no answer! Did you recently experiment this again? |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Description:
Context:
I've been experimenting with both
RunnerDeployment
andRunnerSet
for job execution. While both are functional, I've observed a noticeable difference in job start-up times between the two.Issue:
I've noticed that jobs initiated through
RunnerSet
tend to start up slower compared to those initiated viaRunnerDeployment
when using webhooks.Questions:
RunnerSet
to have slower job start-up times when compared toRunnerDeployment
? If yes, could you provide some insights into why this might be the case? (webhook vs long polling?)RunnerSet
? If so, are there any best practices or configurations to optimize start-up times?RunnerSet
to be more in line withRunnerDeployment
?Additional Information:
Thank you for your time and assistance. Looking forward to some insights into this behavior!
Beta Was this translation helpful? Give feedback.
All reactions