Closed hackdna closed 8 years ago
Master won't automatically switch to being an exec host as long as autoscaling is on now. I've uploaded this code to cloudman-dev and cloudman-test buckets.
Thank you for a quick fix, I've tested this successfully using cloudman-dev
. Looking forward to the next production release.
We have the following use case: run a small master node continuously (for web UI) and spin up workers on demand (with min: 0 and max: N).
Right now (using
cloudman-dev
bucket) when I enable autoscaling, the master is still set to run jobs. Also, even if I set the master not to run jobs, when the last idle worker terminates the master is set to run jobs again automatically:It would be great to prevent the master from running jobs by default when autoscaling is enabled.