Skip to content

Draft: WorkItem Elastic reference

Madelein van Niekerk requested to merge 457724-workitems-reference into master

What does this MR do and why?

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

  1. Run the migration to create the index: Elastic::MigrationWorker.new.perform
  2. Create/update/delete a work item
  3. Perform bulk indexing: Elastic::ProcessBookkeepingService.new.execute
  4. Note that the index was created with the correct mappings and settings, and that work items were indexed

A follow-up would be to add a backfill.

Related to #457724 (closed)

Edited by Madelein van Niekerk

Merge request reports