bundle exec rails c -e production
require 'sidekiq/api'
Sidekiq::Queue.all
This returns a collection of all queues so you can check the name of that interests you.
Sidekiq::Queue.new('given_queue_name').clear
Empty! You must sign in to add comments.
None
Comments
Empty! You must sign in to add comments.