7 8 9 10
# File 'lib/sidekiq/batching/supervisor.rb', line 7 def run! info 'Sidekiq::Batching starts supervision' Sidekiq::Batching::Actor.supervise_as(:sidekiq_batching) end