Folks, I need help with this warning message: ```F...
# ask-community
j
Folks, I need help with this warning message:
Copy code
Flow run RUNNING: terminal tasks are incomplete.

Waiting for next available Task run at 2021-08-25T18:52:50.186382+00:0
that happens apparently in the end of the flow, but then it restarts the flow and execute everything again...
k
Hey @Jean Da Rolt , are you running this on Prefect Cloud? It’s a bit hard to say what is going on. Is the code simple enough to share?
j
I'm running it on gcloud, with a LocalDaskExecutor. In which cases you show "terminal tasks are incomplete"? or that "waiting for next..."?
k
Terminal tasks are incomplete is normally a message that just indicates something in the Flow did not success. Normally it means something failed, but here it seems like it is re-trying something? Did the first Flow succeed in running everything? Does it re-run even SUCCESSFUL tasks?
j
actually it re-run only failed tasks. so it should not be an issue