Skip to content

Commit

Permalink
Merge pull request #208 from isqad/master
Browse files Browse the repository at this point in the history
feature(optimize rt idxs): disable info notification to telegram
  • Loading branch information
c1n1c authored Dec 13, 2022
2 parents 9c6e4d8 + 19d4b5c commit b497063
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion lib/sphinx/integration/optimize_rt_index_job.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ def perform(options)
enable_node(node)
end
logger.add(::Logger::INFO, 'optimization of all rt-indexes finished')
notificator.call("🎸 optimization of all rt-indexes finished")
ensure
addresses.each { |node| enable_node(node) }

Expand Down
2 changes: 1 addition & 1 deletion lib/sphinx/integration/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true
module Sphinx
module Integration
VERSION = '7.18.0'
VERSION = '7.18.1'
end
end

0 comments on commit b497063

Please sign in to comment.