Skip to content

Commit 4bc2d11

Browse files
authored
Update defaults and description for post release cooldown (#368)
1 parent 93c754a commit 4bc2d11

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/aptible/cli/subcommands/services.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,9 @@ def services
126126
'be considered.'
127127
option :post_release_cooldown_seconds,
128128
type: :numeric,
129-
desc: '(Default: 300) The time in seconds to wait '\
130-
'following a deploy before another scaling action can '\
131-
'be considered.'
129+
desc: '(Default: 60) The time in seconds to ignore in '\
130+
'metrics following a deploy to allow for service '\
131+
'stabilization.'
132132
option :mem_cpu_ratio_r_threshold,
133133
type: :numeric,
134134
desc: '(Default: 4.0) Establishes the ratio of Memory '\

0 commit comments

Comments
 (0)