class CI::Queue::Redis::Grind
Public Instance Methods
build()
click to toggle source
# File lib/ci/queue/redis/grind.rb, line 7 def build @build ||= GrindRecord.new(self, redis, config) end
supervisor()
click to toggle source
# File lib/ci/queue/redis/grind.rb, line 11 def supervisor GrindSupervisor.new(redis_url, config) end