# File lib/sidekiq/limit_fetch/global/monitor.rb, line 34
    def remove_old_processes!
      Sidekiq.redis do |it|
        old_processes.each {|process| it.srem PROCESS_SET, process }
      end
    end