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

Feature Request Startup options #122

Open
njefsky opened this issue Jun 11, 2020 · 1 comment
Open

Feature Request Startup options #122

njefsky opened this issue Jun 11, 2020 · 1 comment

Comments

@njefsky
Copy link

njefsky commented Jun 11, 2020

Startup parameter

We have now an option:

  • Additional terminate conditions
    This is very useful and works as accepted.
    It should also be useful to add
  • Startup conditions
    Time in the queue before to start a new instance: [ ] minutes.
    (Meaning do not start a new vm if the time in queue is less then this time.)

Use case:

We use now a pool with 8 VM's starting from an image.
Because we completely delete the VM's from Azure if they get shut down, the startup of a VM takes about 5 to 10 minutes.

It often happens when a list of small builds (build time about 2/3 min) gets queued, extra Agents get fired up reacting to the queue, but by the time the extra Agents have started the queue already empty. (short build time against long start-up time.)

In our case setting this parameter to 10 minutes will solve this behavior.

@njefsky njefsky closed this as completed Jun 11, 2020
@njefsky
Copy link
Author

njefsky commented Oct 28, 2021

I never closed this?

@njefsky njefsky reopened this Oct 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant