Skip to content

Instantly share code, notes, and snippets.

@carlqt
Created October 16, 2017 03:36
Show Gist options
  • Save carlqt/fb278db6c2b682bc2c32b963dd56aed6 to your computer and use it in GitHub Desktop.
Save carlqt/fb278db6c2b682bc2c32b963dd56aed6 to your computer and use it in GitHub Desktop.
Remove all jobs from sidekiq
Sidekiq.redis { |conn| conn.flushdb }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment