Could I get some suggestions on how to debug a flo...
# ask-community
c
Could I get some suggestions on how to debug a flow which has been submitted for execution, but doesn't actually start? I've confirmed: • the agent (ECS) is querying for runs • the flow is tagged properly for the agent to pick it up • cloudwatch tells me the agent properly picks up the flow
k
Yeah man….ECS makes this so painful sometimes. Check if a new task actually started. There would be logs there. If not, it is highly likely related to permissions or being unable to pull the image.
c
Found the issue, the run_config was trying to use an ECR image that didn't exist anymore. Thanks!
k
Oh good thing you have logs lol
🙌 1