module Resque::DynamicQueues

def get_restricted_job

def get_restricted_job
  Resque::Plugins::ConcurrentRestrictionJob.next_runnable_job_random
end