You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With resque-loner 1.2.1 and redis-namespace 1.3.1 I get an error when enqueueing jobs. On every job, every class, no matter if resque-loner is actually being used or not.
Resque.enqueue(Dummy)NoMethodError: undefinedmethod`is_a?' for #<Redis::Future:0x007fb846086668> from ruby_path/gems/redis-namespace-1.3.1/lib/redis/namespace.rb:320:in `method_missing' from ruby_path/gems/resque-1.23.0/lib/resque.rb:196:in `watch_queue'fromruby_path/gems/resque-1.23.0/lib/resque.rb:141:in`push' from ruby_path/gems/resque-1.23.0/lib/resque/job.rb:51:in `create' from ruby_path/gems/resque-loner-1.2.1/lib/resque-ext/job.rb:20:in `block in create_with_loner'fromruby_path/gems/redis-namespace-1.3.1/lib/redis/namespace.rb:339:in`block in namespaced_block' from ruby_path/gems/redis-3.0.2/lib/redis.rb:2019:in `blockinmulti' from ruby_path/gems/redis-3.0.2/lib/redis.rb:36:in `block in synchronize'fromruby_pathruby/1.9.1/monitor.rb:211:in`mon_synchronize' from ruby_path/gems/redis-3.0.2/lib/redis.rb:36:in `synchronize' from ruby_path/gems/redis-3.0.2/lib/redis.rb:2012:in `multi'fromruby_path/gems/redis-namespace-1.3.1/lib/redis/namespace.rb:337:in`namespaced_block' from ruby_path/gems/redis-namespace-1.3.1/lib/redis/namespace.rb:224:in `multi' from ruby_path/gems/resque-loner-1.2.1/lib/resque-ext/job.rb:19:in `create_with_loner'fromruby_path/gems/resque-1.23.0/lib/resque.rb:240:in`enqueue_to' from ruby_path/gems/resque-1.23.0/lib/resque.rb:221:in `enqueue' from (irb):1 from ruby_path/gems/railties-3.2.12/lib/rails/commands/console.rb:47:in `start'fromruby_path/gems/railties-3.2.12/lib/rails/commands/console.rb:8:in`start' from ruby_path/gems/railties-3.2.12/lib/rails/commands.rb:41:in `<top(required)>' from script/rails:6:in `require'fromscript/rails:6:in `<main>'1.9.3p392 :002 >
With resque-loner 1.2.1 and redis-namespace 1.3.1 I get an error when enqueueing jobs. On every job, every class, no matter if resque-loner is actually being used or not.
I created a minimized example to test this at: https://github.com/ticktricktrack/resque_loner_namespace_conflict
With redis-namespace 1.3.0 things works fine.
My Gemfile
The text was updated successfully, but these errors were encountered: