Method: Beez::Supervisor#stop

Defined in:
lib/beez/supervisor.rb

#stop(timeout: ::Beez.config.timeout) ⇒ Object



21
22
23
24
25
# File 'lib/beez/supervisor.rb', line 21

def stop(timeout: ::Beez.config.timeout)
  quiet
  logger.info "Pausing #{timeout}s to allow workers to finish..."
  sleep timeout
end