Method: Resque::Failure::Redis.clear
- Defined in:
- lib/resque/failure/redis.rb
.clear(queue = nil) ⇒ Object
73 74 75 76 |
# File 'lib/resque/failure/redis.rb', line 73 def self.clear(queue = nil) check_queue(queue) data_store.clear_failed_queue end |