Skip to content

[frontend] Listing all runs take a lot of time #9701

@axel7083

Description

@axel7083

Description

When we navigate to the runs page, listing all the runs. The page take a lot of times to loads.

The frontend make a request to /pipeline/apis/v2beta1/runs then returns a list of run, containing each of them a run-id and a pipeline_version_id, for each run, the frontend will query the run details, and pipeline version details, to get their names.

On our cluster, it can take up to 4 seconds for 10 runs. Maybe we should includes in the /pipeline/apis/v2beta1/runs endpoint an optional query parameter to add directly the names to avoid making multiple requests.


Impacted by this bug? Give it a 👍.

Metadata

Metadata

Assignees

Labels

Type

No type
No fields configured for issues without a type.

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions