Make the runners become active faster #3378
Unanswered
fettimarius
asked this question in
Q&A
Replies: 1 comment
-
In the first approach, how big is your custom AMI? It can take a long time for EC2 to boot your AMI if a lot of blocks have to be fetched from the underlying S3 storage. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Is there a way to speedup the provision and register process of the runners?
In my context, I am using a custom AMI and usually when I try the ephemeral runners, usually it can take up to 3 minutes to create the EC2 and register the runner and the job to start
Now I am using a multi-runner approach, and I set the scale-down Lambda to check every 3 hours if any runners are in idle mode, usually it can take up to 4 minutes for the runners to become active with this approach, I tried with different instance types
Is there a way to make this process faster? Maybe I'm doing something wrong here.
Thank you so much,
Beta Was this translation helpful? Give feedback.
All reactions