You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

19 lines
274 B

Sidekiq
-------------------
require 'sidekiq/api'
clear the default queue
Sidekiq::Queue.new('default').clear
clear the retry set
Sidekiq::RetrySet.new.clear
clear the scheduled set
Sidekiq::ScheduledSet.new.clear
reset dashboard statistics
Sidekiq::Stats.new.reset