forked from Gitlink/forgeplus
Merge branch 'standalone_develop' into pre_trustie_server
This commit is contained in:
commit
7d3a745f25
|
@ -13,8 +13,8 @@ class Projects::ElasticsearchService < ApplicationService
|
|||
project_ids = result['data']['rows'].map{|d|d['instanceId']}
|
||||
project_ids
|
||||
rescue => e
|
||||
puts "ElasticsearchService error: #{e.message}"
|
||||
raise Error, e.message
|
||||
Rails.logger.info "ElasticsearchService error: #{e.message}"
|
||||
[]
|
||||
end
|
||||
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue