Skip to content

Zoekt: Refactor the worker into index_async/index_in

Dmitry Gruzd requested to merge 442886-add-zoekt-index_async-method into master

What does this MR do and why?

This is the first MR for #442886 (closed)

We're adding Search::Zoekt.index_async and Search::Zoekt.index_in in preparation for adding a new worker that's going to create zoekt_tasks. This abstraction allows us to switch to the new worker more easily.

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.

Merge request reports