Skip to content

backfill opensearch option

Harpo requested to merge hr/backfill-opensearch into master

Add a environment flag BACKFILL defaulting to false that when true will load every event from the source of truth (postgres) in batches of 25 into opensearch. This is useful if historical data needs to be indexed in an updated way, or somehow opensearch stops reflecting the truth.

Merge request reports