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