Sometimes, I see timeouts error related to updatin...
# general
s
Sometimes, I see timeouts error related to updating Fargate service:
timeout while waiting for state to become 'true' (last state: 'false', timeout: 10m0s)
and after this, i have +1 running task, but not replacing existing It stucks on the taskDefinition
Copy code
└─ awsx:x:ecs:FargateService         
 ~      └─ aws:ecs:Service                updating     [diff: ~taskDefinition]
What can be a problem ?
w
The default 10 minute timeout can lead to problems especially when there is a LoadBalancer attached with the time it takes to drain connections. I'm not positive whether there is any way to change this default timeout. I believe you can reduce the
deregistrationDelay
and other settings related to how long to wait when replacing tasks in a
Service
.
s
@white-balloon-205 How with Service I can do the same things.
Deploy container + attach domain + ssl
@white-balloon-205 How to connect domain(with issued certificate) and connect to deployed Service ?