Skip to content

Fix pipeline page timeout

Fernando Cardenas requested to merge 435272-fix-pipeline-license-timeout into master

What does this MR do and why?

This is a fix for #435272 (closed)

For some projects, getting the total count for licenses for the "Licenses Tab" causes the whole page to timeout and hang. The workaround for now is to not load the license tab counts ahead of time, and render them after a user clicks into the tab. The count populates after.

A follow-up backend issue was created #439925. When it is resolved, we can comment back in the counts on initial page load.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Initial page Load (License Counts change)

Before After
Screenshot_2024-01-31_at_11.42.15_PM Screenshot_2024-01-31_at_11.41.25_PM

When clicking the license tab (License Counts no change)

Before After
Screenshot_2024-01-31_at_11.41.31_PM Screenshot_2024-01-31_at_11.41.31_PM

How to set up and validate locally

  • Reach out to me for a demo. This requires a valid dependency scanning job + project as well as the package metadata sync to be enabled. There is a youtube video here for the package meta data configuration only.

  • Setup is involved and screenshots aren't enough I can demo or record a video.

Numbered steps to set up and validate the change are strongly suggested.

Related to #435272 (closed)

Edited by Fernando Cardenas

Merge request reports