Commit 396bc72d authored by Mayra Cabrera's avatar Mayra Cabrera

Merge branch 'pb-log-async-index-creation-finish' into 'master'

Log message when async index creation completes

See merge request gitlab-org/gitlab!68092
parents 19d134a4 e4376924
......@@ -23,6 +23,8 @@ module Gitlab
set_statement_timeout do
connection.execute(async_index.definition)
end
log_index_info('Finished creating async index')
end
async_index.destroy
......
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