Skip to content

Instantly share code, notes, and snippets.

@MatthewRDodds
Created December 19, 2014 21:10
Show Gist options
  • Save MatthewRDodds/0a91fbcf7b1614651dd6 to your computer and use it in GitHub Desktop.
Save MatthewRDodds/0a91fbcf7b1614651dd6 to your computer and use it in GitHub Desktop.
find in retryset by queue
Sidekiq::RetrySet.new.find { |job| job.queue == 'queue_name' }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment