Hi! I am trying to figure out why one of my flows ...
# prefect-community
a
Hi! I am trying to figure out why one of my flows finishes all my tasks but does not mark the flow as completed (intermittent issue). Did not have this problem on Prefect 1. I'm returning medium sized dataframes from many of my tasks, are something done with the output of the tasks at the end of the flow that could cause an issue here? I am running with docker container, and get the exit message from the docker container but not flow complete
b
Hi Andreas, did you notice any error messages in the agent logs or container logs?
a
Nope, and I ran with DEBUG logging
How can I find the container log, do you mean the output stream?
Checked the logs in
Copy code
/var/lib/docker/containers/<container_id>
does not have any errors. Another thing to add is that in the cases where the flow manages to finish, it takes around a minute between tasks finishing and flow being marked as finished