Hello again! I've got a couple of tasks set up to ...
# prefect-server
e
Hello again! I've got a couple of tasks set up to run with ECSRun. I have an error in my container (which I'm aware of). However, it looks like Prefect isn't getting the feedback that the flow even started. Prefect shows it getting stuck in the submitted state. However, ECS has already killed the task. Any thoughts on how to get this feedback to Prefect?
k
Hey @Eric Mauser, was the Flow able to start and the error was during running the Flow?
e
hey Kevin, it doesn't look like any of the DBT tasks started. I threw a basic ShellTask (just the ls command) in there for the first task, so that one shouldn't fail. However, I'm guessing since Prefect didn't report back on that task that it didn't make it that far?
Does this basically mean it is failing before it gets to any of the prefect code?
k
I suspect so because it looks like the logger (and connection) wasn’t established and something failed earlier in the container. Do you see anything on the CloudWatch logs side?
Maybe you can test that container by using
DockerRun
and a Docker agent first?