Skip to content

Instantly share code, notes, and snippets.

@tmartin8080
Created November 11, 2019 21:03
Show Gist options
  • Save tmartin8080/ee107ac310e0de7d60f03315bcdaa789 to your computer and use it in GitHub Desktop.
Save tmartin8080/ee107ac310e0de7d60f03315bcdaa789 to your computer and use it in GitHub Desktop.
clear-sidekiq-jobs
require 'sidekiq/api' # for the case of rails console

Sidekiq::Queue.new("infinity").clear
Sidekiq::RetrySet.new.clear
Sidekiq::ScheduledSet.new.clear
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment