Tweaks Certify controller urgencies to 1s for HTML page loads
What does this MR do and why?
Describe in detail what your merge request does and why.
Controller actions that simply load a HTML page should be fast.
However, we notice a common issue of about 300ms being spent in CPU time when rendering Epic, Issue, TestCases, etc #show
and #new
actions.
In #358016 (closed) we resolved to investigate this for EpicsController#show but have since come to understand it is a much wider issue.
This will require a broader spike with capacity scheduled to look into it. In the mean time this change bumps ~"group:certify" controller action target durations from 0.5s to 1s to clear up some of the noise in error budgets.
Screenshots or screen recordings
These are strongly recommended to assist reviewers and reduce the time to merge your change.
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.