module Sidekiq::Restart

Constants

VERSION

Public Instance Methods

worker(id) click to toggle source
# File lib/sidekiq/restart.rb, line 18
def worker id
  Command.new(Sidekiq).run id
end