is anyone else seeing failed flows outside of the ...
# prefect-ui
j
is anyone else seeing failed flows outside of the timeframe in the card? For example, my Failed Flows card is set for 24 hours, but I'm seeing failed flows from last week. This didn't seem to be happening a few days ago
n
Hi @Jessica Smith - is this on the flow page?
j
main screen and flow screen. the below is from the main dashboard, all projects view
This is from the flow page directly
n
Ah got it - the issue is that that query is looking at when the flow's run was last updated in the database sense, which can happen for a variety of reasons. This is confusing so I think we should switch that to looking at the run
start_time
timestamp instead
j
that makes sense, i just deployed an update today. i would agree with changing it to start_time
thanks for the info
n
Looks like there are a few other places that's happening so I'll switch those as well
j
wow you guys are quick, that's awesome!
😄 1
j
Thanks for helping us improve!