JetBrains / teamcity-azure-agent

TeamCity support for Azure cloud build agents
Apache License 2.0
48 stars 22 forks source link

Feature Request Startup options #122

Open njefsky opened 4 years ago

njefsky commented 4 years ago

Startup parameter

We have now an option:

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 commented 3 years ago

I never closed this?