Sha256: 6913965cbca0bd01e88b7cde37c20ccaa125aac50b357c95bdbde2ff968214fb

Contents?: true

Size: 814 Bytes

Versions: 44

Compression:

Stored size: 814 Bytes

Contents

ECS deployments can sometimes take a while. One reason could be because the old ECS tasks can take some time to drain and removed. The recommended way to speed this draining process up is configuring the `deregistration_delay.timeout_seconds` to a low value.  You can configured this in `.ufo/settings/cfn/default.yml`. For more info refer to http://ufoships.com/docs/settings-cfn/  This setting works well for Application Load Balancers.

However, for Network Load Balancers, it seems like the deregistration_delay is not currently being respected. In this case, it take an annoying load time and this command can help speed up the process.

The command looks for any extra old ongoing deployments and stops the tasks associated with them.  This can cause errors for any inflight requests.

    ufo stop demo-web

Version data entries

44 entries across 44 versions & 1 rubygems

Version Path
ufo-5.0.7 lib/ufo/help/stop.md
ufo-5.0.6 lib/ufo/help/stop.md
ufo-5.0.5 lib/ufo/help/stop.md
ufo-5.0.4 lib/ufo/help/stop.md
ufo-5.0.3 lib/ufo/help/stop.md
ufo-5.0.2 lib/ufo/help/stop.md
ufo-5.0.1 lib/ufo/help/stop.md
ufo-5.0.0 lib/ufo/help/stop.md
ufo-4.6.3 lib/ufo/help/stop.md
ufo-4.6.2 lib/ufo/help/stop.md
ufo-4.6.1 lib/ufo/help/stop.md
ufo-4.6.0 lib/ufo/help/stop.md
ufo-4.5.11 lib/ufo/help/stop.md
ufo-4.5.10 lib/ufo/help/stop.md
ufo-4.5.9 lib/ufo/help/stop.md
ufo-4.5.8 lib/ufo/help/stop.md
ufo-4.5.7 lib/ufo/help/stop.md
ufo-4.5.6 lib/ufo/help/stop.md
ufo-4.5.5 lib/ufo/help/stop.md
ufo-4.5.4 lib/ufo/help/stop.md