1 Answer
- Newest
- Most votes
- Most comments
0
From experience, ALB/NLB reports the status of the target to ECS to indicate to stop the task. So with the 30x3 you mentioned, that's 90 seconds the task will have been running. That does not take away the StopTimeout
set for the container on SIGTERM. So in total your task will be running 90 seconds + (30s (default for StopTimeout
) to SIGKILL || graceful shutdown -> which ever comes first.
answered 2 years ago
Relevant content
- asked a year ago
- asked 2 years ago
- Accepted Answerasked 2 years ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 20 hours ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated a year ago