Skip to content

Commit

Permalink
feature(optimize rt idxs): disable info notification to telegram
Browse files Browse the repository at this point in the history
  • Loading branch information
isqad committed Dec 9, 2022
1 parent 9c6e4d8 commit 75d5213
Showing 1 changed file with 0 additions and 1 deletion.
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

0 comments on commit 75d5213

Please sign in to comment.