Skip to content

Instantly share code, notes, and snippets.

@MatthewRDodds
Created November 11, 2014 22:19
Show Gist options
  • Save MatthewRDodds/808c334bd16b7429c3b2 to your computer and use it in GitHub Desktop.
Save MatthewRDodds/808c334bd16b7429c3b2 to your computer and use it in GitHub Desktop.
clearing queues
Sidekiq.redis{ |conn| conn.smembers('queues').map{|q| Sidekiq::Queue.new(q).clear} }; Sidekiq::RetrySet.new.clear
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment