ui icon indicating copy to clipboard operation
ui copied to clipboard

BUG: Flow name in popup when hovering over flow runs in the run history does not always load.

Open zyzil opened this issue 3 years ago • 1 comments

Bug Description When looking at flow runs in the Run History section of a project, the name of the flow in the flow run hover popup sometimes does not load. This makes it difficult to know which runs are succeeding/failing/etc.

Steps To Reproduce

  1. Navigate to a project in Prefect
  2. Ensure you have runs in the run history, multiple flows may be better as some flow names will show and some won't.
  3. Hover over flow runs and observer that the name sometimes does not load.

Browsers Tested:

  • [X] Chrome
  • [ ] Firefox
  • [ ] Safari
  • [ ] Edge
  • [ ] IE

Notes

Unfortunately this is an intermittent issue. I've seen it several times but it's not always reproducable.

run_history_missing_flow_name

zyzil avatar Jan 03 '22 16:01 zyzil

Thanks @zyzil - the popup there is calling a lot of information and I think the flow name not showing is likely down to a query timeout. I'm putting this as part of our backlog so a UI team member can investigate and see if there's a more efficient way we could be making that query.

zhen0 avatar Jan 11 '22 16:01 zhen0