module Sidekiq::Batching::Supervisor
Public Class Methods
run!()
click to toggle source
# File lib/sidekiq/batching/supervisor.rb, line 7 def run! info 'Sidekiq::Batching starts supervision' Sidekiq::Batching::Actor.supervise_as(:sidekiq_batching) end