Skip to content

WIP: Added projects_not_indexed task

What does this MR do?

Currently, a user can find the status of ElasticSearch indexing via sudo gitlab-rake gitlab:elastic:index_repositories_status, however, this only shows a percentage. This rake task will show the projects that are not indexed (in red) or display that all projects are indexed (in green).

What are the relevant issue numbers?

Does this MR meet the acceptance criteria?

Closes #10109 (closed)

Edited by Jason Colyer

Merge request reports