Commit 34b20737 authored by Sean McGivern's avatar Sean McGivern

Merge branch...

Merge branch '8814-reorder-gitlab-elastic-index-rake-tasks-to-ensure-wikis-and-database-are-completed-even-if-projects-error-out-2' into 'master'

Resolve "Reorder gitlab:elastic:index rake tasks to ensure wikis and database are completed even if projects error out"

Closes #8814

See merge request gitlab-org/gitlab-ee!8852
parents cf073207 6a9f6e1f
---
title: Resolve Reorder gitlab:elastic:index rake tasks to ensure wikis and database
are completed even if projects error out
merge_request: 8852
author:
type: fixed
...@@ -4,9 +4,9 @@ namespace :gitlab do ...@@ -4,9 +4,9 @@ namespace :gitlab do
task :index do task :index do
Rake::Task["gitlab:elastic:create_empty_index"].invoke Rake::Task["gitlab:elastic:create_empty_index"].invoke
Rake::Task["gitlab:elastic:clear_index_status"].invoke Rake::Task["gitlab:elastic:clear_index_status"].invoke
Rake::Task["gitlab:elastic:index_repositories"].invoke
Rake::Task["gitlab:elastic:index_wikis"].invoke Rake::Task["gitlab:elastic:index_wikis"].invoke
Rake::Task["gitlab:elastic:index_database"].invoke Rake::Task["gitlab:elastic:index_database"].invoke
Rake::Task["gitlab:elastic:index_repositories"].invoke
end end
desc "GitLab | Elasticsearch | Index project repositories in the background" desc "GitLab | Elasticsearch | Index project repositories in the background"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment