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