https://prefect.io logo
l

Lior Barak

07/16/2023, 6:30 PM
Hi! running a local server and looking at the UI, when I start a flow run (by running a python script or sending an http request) I have to refresh the browser so I can see the new flow_run. any way i'm missing an auto refresh or something?
c

Craig Harshbarger

07/17/2023, 2:29 PM
What page of the ui are your referring to? Most pages and pieces of ui have some polling interval. Depending on the page it could be up to 30 seconds between polls I believe. And not everything automatically updates though I can't think of a flow run ui that doesn't
l

Lior Barak

07/17/2023, 3:51 PM
i'm looking at the
<http://127.0.0.1:4200/flow-runs>
on a local deployment, not the managed UI solution. not sure if its even where to configure polling there
c

Craig Harshbarger

07/17/2023, 7:55 PM
@Lior Barak looking at this it looks like we're missing the polling on the call that gets the flow runs for that page. Thanks for bringing this to our attention! I'm going to work on a PR to fix that. Should be fixed in the next release but I'll add the PR to this thread once its opened.
Here's the PR for that. Thanks again for reporting! https://github.com/PrefectHQ/prefect/pull/10247
l

Lior Barak

07/18/2023, 7:45 AM
amazing! thanks for the quick reply and PR
👍 1