resque-throttle icon indicating copy to clipboard operation
resque-throttle copied to clipboard

ArgumentError: wrong number of arguments (3 for 2)

Open gravis opened this issue 14 years ago • 0 comments

Maybe an issue with redis-namespace?

Resque::enqueue(MyJob, 123)
ArgumentError: wrong number of arguments (3 for 2)
from /usr/lib/ruby/gems/1.8/gems/redis-namespace-0.8.0/lib/redis/namespace.rb:188:in `set'
from /usr/lib/ruby/gems/1.8/gems/redis-namespace-0.8.0/lib/redis/namespace.rb:188:in `send'
from /usr/lib/ruby/gems/1.8/gems/redis-namespace-0.8.0/lib/redis/namespace.rb:188:in `method_missing'
from /usr/lib/ruby/gems/1.8/gems/resque-throttle-0.2.19/lib/resque/resque.rb:23:in `should_throttle?'
from /usr/lib/ruby/gems/1.8/gems/resque-throttle-0.2.19/lib/resque/resque.rb:10:in `enqueue'
from (irb):6

gravis avatar Oct 06 '10 10:10 gravis