When I was casually reading through the code base (quite well written ) I saw variables like “estimated_run_time” and “estimated_start_time_delta”. In prefect 1.0, we have developed a similar measure on-prem with EWMA of past runtimes, so it is nice to see it included in Prefect itself! Currently I could not seem to find any usage guide/downstreams of these variables.
- Is it possible to include this in the flow-run page on the Prefect UI? Having an estimate (and possibly a confidence interval) of runtime/completion time would be very helpful.
- How is this computed? Is it exposed anywhere we can read (and do some more fun stuff with)?