Skip to content

Instantly share code, notes, and snippets.

@niedhui
Created February 11, 2014 06:08
Show Gist options
  • Save niedhui/8929974 to your computer and use it in GitHub Desktop.
Save niedhui/8929974 to your computer and use it in GitHub Desktop.
queue = Sidekiq::Queue.new('default')
jobs = queue.find {|job| job.klass == 'Sidekiq::Extensions::DelayedMailer'}
jobs.map &:args
jobs.map &:delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment