Commit e4376924 authored by pbair's avatar pbair

Log message when async index creation completes

Add an additional log message when async index creation completes, so we
can better understand the progress without visibility into the primary
db.
parent 46982343
......@@ -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