Skip to content

Commit

Permalink
default instance warm up to 15 mins for step scaling
Browse files Browse the repository at this point in the history
  • Loading branch information
knguyen100000010 committed Feb 22, 2024
1 parent fb7a376 commit 4f08e14
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deploy-board/deploy_board/templates/groups/asg_policy.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -276,17 +276,17 @@
<label for="instanceWarmup" class="col-xs-1 deployToolTip control-label"
data-toggle="tooltip"
title="The estimated time, in minutes, until a newly launched instance can contribute to the CloudWatch metrics.">
Instance Warmup (minutes):
Instance Warmup (>= 15 recommended) (minutes):
</label>
</div>
<div class="input-group">
{% if stepScalingPolicy and stepScalingPolicy.instanceWarmup %}
<input class="form-control" name="instanceWarmup" required="true" size="50" type="number" min="0" value="{{ stepScalingPolicy.instanceWarmup }}">
{% else %}
<input class="form-control" name="instanceWarmup" required="true" size="50" type="number" min="0" placeholder="0">
<input class="form-control" name="instanceWarmup" required="true" size="50" type="number" min="0" placeholder="15">
{% endif %}
</div>
</div>
</div\
</fieldset>
{% csrf_token %}
</form>
Expand Down

0 comments on commit 4f08e14

Please sign in to comment.