Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add StandbyCount #893

Open
ptarjan opened this issue Aug 26, 2021 · 3 comments
Open

Add StandbyCount #893

ptarjan opened this issue Aug 26, 2021 · 3 comments

Comments

@ptarjan
Copy link

ptarjan commented Aug 26, 2021

You have ScaleOutFactor which is great if you want to scale out faster, and MinSize to make sure we don't get too small but I want to just have 5 instances always spun up ready to take the next workload. Basically an additive number instead of the multiplicative one you have with ScaleOutFactor.

I don't care about the name if you have a better suggestion than StandbyCount.

@ptarjan
Copy link
Author

ptarjan commented Aug 26, 2021

Maybe #838 does this? I can't really tell. I don't care if they specifically use the AWS Warm Pool, I'm happy to pay for them to be running. Of course using the cost saving thing is better, I just need the speed for our builds right now.

@keithduncan
Copy link
Contributor

Hi @ptarjan this is an interesting idea! I think the warm pool could provide equivalent functionality in terms of performance 🤔

Could you share some numbers on your pool Min and Max size, and what value you’d use for a StandbyCount? I’m curious how far off of a curve fit ScaleOutFactor would be in the range you’re using 🤔

@ptarjan
Copy link
Author

ptarjan commented Aug 27, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants