Skip to content

Better poller

Mikhail Mazurskiy requested to merge ash2k/poller into master

Closes #12 (closed)

Closes #13 (closed)

Don't review:

I'm planning to add an RPC to Gitaly to allow fetching parsed ref advertisement and then use it instead of the copied code. More convenient API gitlab-org/gitaly!2510 (closed). This MR is needed to improve the current situation and then it'll be trivial to replace the code with the Gitaly call in a later MR because polling is now happening in a separate Poller object and is decoupled from it's usage.

Edited by Mikhail Mazurskiy

Merge request reports