I am deploying dagster to ECS, but sometimes, some...
# ask-community
s
I am deploying dagster to ECS, but sometimes, some of the job runs are hanging (starting status) without reason. How can I debug and solve this issue?
d
Hi Sean - this dagster feature can help with this: https://docs.dagster.io/deployment/run-monitoring#run-monitoring Separate from that, I would check the task logs in the ECS console and see if it shows the reason it stopped or any logs from the task. If you turn on that feature, it will include logs from the task in the failure message when Dagster fails the run.
s
thanks, @daniel
let me take a look