Method: Resque#remove_queue
- Defined in:
- lib/resque.rb
#remove_queue(queue) ⇒ Object
Given a queue name, completely deletes the queue.
400 401 402 |
# File 'lib/resque.rb', line 400 def remove_queue(queue) data_store.remove_queue(queue) end |