# File lib/sidekiq/limit_fetch/global/semaphore.rb, line 66 def decrease_busy decrease_local_busy redis {|it| it.lrem "#{PREFIX}:busy:#@name", 1, Selector.uuid } end