Created
January 31, 2018 14:42
-
-
Save chumakoff/7d66b692655e68b7f5b388c56bf5da24 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sidekiq::RetrySet.new.clear | |
Sidekiq::ScheduledSet.new.clear | |
Sidekiq::Stats.new.reset | |
Sidekiq::DeadSet.new.clear | |
Sidekiq::Stats.new.queues.each do |queue_name, count| | |
next if count == 0 | |
Sidekiq::Queue.new(queue_name).clear | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment