Skip to content

Draft: Add Advance Search indexing pausing service

John Mason requested to merge jm-search-index-pausing-service into master

What does this MR do and why?

Right now we have the capability to pause Elasticsearch indexing for Advance Search. This will allow us to have "selective pausing" for either an individual namespace or an entire index type, ie (notes, merge requests, etc).

This is broken into two parts:

  1. Add pausing service 👈 (this MR)
  2. Handle paused items in indexing queue: !116111 (closed)

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

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.

Edited by John Mason

Merge request reports