Alex

Results 204 comments of Alex

Crud. Guess you'll need to build yourself until that's cut.

Thanks for confirming, @asaff1. I'll take a look at this.

@asaff1, I just tested on my local machine. I have 2.3 deployed on a local (colima-backed) k8s cluster. The image is set to `gcr.io/ml-pipeline/frontend:2.3.0`. It's only making a single request...

> [@droctothorpe](https://github.com/droctothorpe) I see. BTW, same issue for the experiments page - it loads the last 5 runs times the number of experiments shown. I'm using kubeflow 2.1.0 and not...

To rule out the possibility that multiple experiments are the problem, I tested that too. Still just one runs request:

I recommend checking if you can reproduce the error against a full KFP 2.3.0 install.

@asaff1 The PR was tested against and contributed as a fix for the current version of the code, not older versions and not environments that mix and match different versions....

The screenshot in [this](https://github.com/kubeflow/pipelines/issues/11346#issuecomment-2608774151) comment shows multiple manually triggered runs that are not part of recurring runs and the issue is not present. How are you triggering your runs? In...

I suspect `[View pipeline]` is shown when you create a run using the `Create run` button, since it links to a specific pipeline. All of our end users create runs...

I haven't looked at this code in a bit so take this with a grain of salt, but I think that [this](https://github.com/droctothorpe/pipelines/blob/cffecf8424b97dc336d04fa336d3b7463c1a58d4/frontend/src/pages/RunList.tsx#L491) function is what gets called n times for...