I saw this in the changlelog for 14.16 release `Jo...
# deployment-ecs
e
I saw this in the changlelog for 14.16 release
Jobs executed in ECS tasks now report the health status of the ECS task
is there any configuration for this needed to work?
🤖 1
j
It should work out of the box once you update. please let us know if you don't see it working though!
Quick follow up on this - i was mistaken, you'll need to add a configuration line in your
dagster.yaml
https://docs.dagster.io/deployment/run-monitoring once you do this the dagster daemon logs should tell you if one of the tasks gets into an unhealthy state
e
okay thanks I’ll check it out. So this is unrelated to the AWS ECS task health status you can see in the AWS console?
j
basically what we're doing behind the scenes is checking where a task is in its lifecycle (doc) and then reporting if the task is running, failed, or succeeded based on the lifecycle status and the failed/succeeded states of all the containers that are part of the task. So what you'll see in the daemon logs will be different than what you see in AWS, but they should hopefully mirror each other