Skip to content

Instantly share code, notes, and snippets.

@shio-phys
Created October 19, 2015 07:14
Show Gist options
  • Save shio-phys/ed75657cef9382185cc1 to your computer and use it in GitHub Desktop.
Save shio-phys/ed75657cef9382185cc1 to your computer and use it in GitHub Desktop.
# lib/sidekiq/fetch.rb:101
def retrieve_work
work = Sidekiq.redis { |conn| conn.brpop(*queues_cmd) }
UnitOfWork.new(*work) if work
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment