-
Bug
-
Resolution: Won't Fix
-
Major
Normally Jenkins will post to ajaxBuildQueue and ajaxExecutors every few seconds to refresh these widgets. If you click the - button to collapse them, the results are not displayed...but the web requests are still sent, putting load on the master! We should just skip the refresh on a collapsed pane.
Note that toggling the collapsed state involves a page refresh, so there is no risk of missing updates if you click + to expand.
- relates to
-
JENKINS-5622 Allow build queue list to be collapsed
-
- Resolved
-
-
JENKINS-48113 Make ajax request interval configurable for Build Queue and Executor Status
-
- In Review
-
I was trying
until I realized that the original feature included dynamic updates to the pane titles, which still require HTTP requests to the master. Perhaps those should be dropped, to minimize load, but this would be a minor functional regression. And a three-way toggle (full, minimized, nonrefreshing) seems too awkward. The best we could do is slow down the refresh to, say, once per minute when minimized? Or use a lighter-weight REST call that does not involve rendering HTML?