We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93c754a commit 4bc2d11Copy full SHA for 4bc2d11
lib/aptible/cli/subcommands/services.rb
@@ -126,9 +126,9 @@ def services
126
'be considered.'
127
option :post_release_cooldown_seconds,
128
type: :numeric,
129
- desc: '(Default: 300) The time in seconds to wait '\
130
- 'following a deploy before another scaling action can '\
131
- 'be considered.'
+ desc: '(Default: 60) The time in seconds to ignore in '\
+ 'metrics following a deploy to allow for service '\
+ 'stabilization.'
132
option :mem_cpu_ratio_r_threshold,
133
134
desc: '(Default: 4.0) Establishes the ratio of Memory '\
0 commit comments