Skip to content

Instantly share code, notes, and snippets.

@ardeearam
Created April 7, 2016 03:30
Show Gist options
  • Save ardeearam/a5c201f5e728d5fcfb51d609c1e08243 to your computer and use it in GitHub Desktop.
Save ardeearam/a5c201f5e728d5fcfb51d609c1e08243 to your computer and use it in GitHub Desktop.
queue = Sidekiq::RetrySet.new
jobs = queue.select{|job| job.klass == "AppointmentRepeater"}
jobs.each(&:delete)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment