Open GoogleCodeExporter opened 9 years ago
Are planning to put it in Swarming service? LUCI design has a separate
component that manages machine allocation.
Original comment by vadimsh@chromium.org
on 10 Dec 2014 at 7:40
Due to issues with the autoscale, I'll have to use the instance group manager
API instead. Rationale will be in the CL. In short, with autoscaler, you don't
control which VM gets killed and they are forcibly killed, even if a task would
be running on it. The IGM API looks applicable as-is and gives the necessary
control to decide which VM exactly gets killed. The important APIs are
"deleteInstances" to remove instances and "resize" to add instances.
https://cloud.google.com/compute/docs/instance-groups/manager/v1beta2/
Original comment by maruel@chromium.org
on 16 Jan 2015 at 4:33
Original comment by maruel@chromium.org
on 16 Jan 2015 at 4:39
After all we'll be able to use both.
Original comment by maruel@chromium.org
on 29 Jan 2015 at 3:34
Original issue reported on code.google.com by
maruel@chromium.org
on 10 Dec 2014 at 7:16