Skip to content

Add Zoekt::Task model

Dmitry Gruzd requested to merge 430837-add-zoekt-tasks into master

What does this MR do and why?

This MR adds Search::Zoekt::Task model. It is needed to switch from push to pull-based model for gitlab-zoekt-indexer. This is one of the first steps, which introduces the partitioned zoekt_tasks table. Zoekt indexer nodes are going to pull tasks from it in future MRs.

#430837 (closed)

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.

Edited by Dmitry Gruzd

Merge request reports