Method: Insque.slow_janitor

Defined in:
lib/insque.rb

.slow_janitor(redis = nil) ⇒ Object



100
101
102
# File 'lib/insque.rb', line 100

def self.slow_janitor redis=nil
  real_janitor @slow_inbox, @slow_processing, (redis || create_redis_connection)
end