Skip to content

Instantly share code, notes, and snippets.

@buithehoa
Created August 26, 2015 15:33
Show Gist options
  • Save buithehoa/353ce42ea5c5f74d5518 to your computer and use it in GitHub Desktop.
Save buithehoa/353ce42ea5c5f74d5518 to your computer and use it in GitHub Desktop.
Clear all jobs from sidekiq
require 'sidekiq/api'
Sidekiq::Queue.new.clear
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment