Hi there! Ever since we have scheduled a flow in a...
# prefect-community
n
Hi there! Ever since we have scheduled a flow in a higher frequency, we see a lot of "*late*" flow runs in the prefect UI. What does this status mean? It feels like late flow runs are not automatically re-running. Also, it feels like all these late flow runs are "blocking" new flow runs from running (without the concurrency limit reached). Sometimes running a deployment in the prefect UI immediately results in a late state flow run
1
a
is it 1.0 or 2.0?
late runs mean your agent did not pick up the runs, usually when the agent is not running
n
2.0
ok understood
🙌 1
p
I’m having the same issue. I have a simple “hello world” kind of flow that runs perfectly locally but never gets run by Prefect Cloud, even though the flow run is “upcoming”.
The same happens no matter the deployments I try to run, it just goes from Scheduled to Late