Skip to content

Draft: Changed merge request widget polling mechanic

Phil Hughes requested to merge ph/changeWidgetPolling into master

What does this MR do and why?

Updates the polling class used for polling inside of the merge request to be a more reliable class. The SmartInterval backs off the polling which is fine however it backs it off agressively resulting in long wait periods between polls.

This changes the class to use our Poll class which will be poll at a set time returning in the responses headers.

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.

Merge request reports