https://prefect.io logo
l

ludwig

02/22/2021, 10:34 PM
Hi, I have a flow that fails at some random point, when the next task starts even though the previous task is not finished. Prefect even acknowledges that by writing “Finished task run for task with final state: ‘Running’” in the log. Do you have any idea what could be the reason? I am running prefect 0.13.18 on a kubernetes cluster.
f

Fina Silva-Santisteban

02/22/2021, 10:44 PM
Try running the agent with the log-level param to get more helpful logs, e.g.
prefect agent docker start --log-level DEBUG
. I hope this helps!