Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(79)

Issue 2110253003: Allow no more than 100 instances to be created on each resizing run (Closed)

Created:
4 years, 5 months ago by smut
Modified:
4 years, 5 months ago
Reviewers:
Vadim Sh.
CC:
chromium-reviews, infra-reviews+luci-py_chromium.org
Base URL:
https://github.com/luci/luci-py.git@master
Target Ref:
refs/heads/master
Project:
luci-py
Visibility:
Public.

Description

Allow no more than 100 instances to be created on each resizing run Together with the cron configuration for the resize job, this will limit the rate at which instances are created. BUG=620534 Committed: https://github.com/luci/luci-py/commit/1487682e535e2425d22a6d7fd9997b7826474430

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+18 lines, -6 lines) Patch
M appengine/gce-backend/instance_group_managers.py View 3 chunks +18 lines, -6 lines 2 comments Download

Messages

Total messages: 9 (3 generated)
smut
Cron timing is still 1 minute so this will enforce a maximum of 100 VMs ...
4 years, 5 months ago (2016-06-29 23:13:59 UTC) #2
Vadim Sh.
https://codereview.chromium.org/2110253003/diff/1/appengine/gce-backend/instance_group_managers.py File appengine/gce-backend/instance_group_managers.py (right): https://codereview.chromium.org/2110253003/diff/1/appengine/gce-backend/instance_group_managers.py#newcode316 appengine/gce-backend/instance_group_managers.py:316: if response['targetSize'] >= target_size: how is it going to ...
4 years, 5 months ago (2016-06-29 23:17:48 UTC) #3
smut
https://codereview.chromium.org/2110253003/diff/1/appengine/gce-backend/instance_group_managers.py File appengine/gce-backend/instance_group_managers.py (right): https://codereview.chromium.org/2110253003/diff/1/appengine/gce-backend/instance_group_managers.py#newcode316 appengine/gce-backend/instance_group_managers.py:316: if response['targetSize'] >= target_size: On 2016/06/29 23:17:48, Vadim Sh. ...
4 years, 5 months ago (2016-06-29 23:24:38 UTC) #4
Vadim Sh.
lgtm
4 years, 5 months ago (2016-06-29 23:31:11 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2110253003/1
4 years, 5 months ago (2016-06-29 23:32:14 UTC) #7
commit-bot: I haz the power
4 years, 5 months ago (2016-06-29 23:33:52 UTC) #9
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://github.com/luci/luci-py/commit/1487682e535e2425d22a6d7fd9997b7826474430

Powered by Google App Engine
This is Rietveld 408576698