Module: Sidekiq::Batching::Supervisor
- Extended by:
- Logging
- Defined in:
- lib/sidekiq/batching/supervisor.rb
Class Method Summary collapse
Class Method Details
.run! ⇒ Object
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 |