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