Skip to content

Fix job queued duration calculation method

  • Please check this box if this contribution uses AI-generated content (including content generated by GitLab Duo features) as outlined in the GitLab DCO & CLA

What does this MR do and why?

Closes #362480

Implement the fix plan from the issue by updating the calculation method for queuing time of pipelines and jobs.

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.

Before After

How to set up and validate locally

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

  1. Create two jobs on the same resource group with the first one lasting 1 minute
  2. Create a pipeline with those two jobs
  3. Cancel the second job after its status changed to pending
  4. The queued duration should be fixed and should not increase when refreshing the job page.

Related to #362480

Edited by AlexandredL

Merge request reports