On Wed, Jul 23, 2014 at 6:52 AM, <[email protected]> wrote: > When I launch a new job while slaves are offline they take about a minute to > start launching.
I think there is just a recurrent task that runs every 60s checking whether a slave should be brought online. Possibly this could be improved (in core) to react directly to the queue addition. In general this sort of thing is handled by a Cloud [1], not an explicitly-configured slave. Clouds also have a delay before they are asked to provision new slaves, but the timing can be adjusted by system properties. [1] https://wiki.jenkins-ci.org/display/JENKINS/Extension+points#Extensionpoints-hudson.slaves.Cloud -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
