Skip to content

WIP: EE8010 fall back to the default search functionality when elasticsearch is down

Sean Smith requested to merge (removed):ee-1080-default-search-rollback into master

What does this MR do?

Adds a sidekiq worker that checks the health of Elasticsearch (via it's healthcheck endpoint), stores if it's healthy in the database and adjusts which search is used based on the state, either the elasticsearch search or the default internal one.

What are the relevant issue numbers?

#8010

Does this MR meet the acceptance criteria?

Merge request reports