idol

Results 2 issues of idol

I use mongoid as my mongodb adapter and use sorcery do my user auth.After i execute: ``` rails generate sorcery:install ``` it's generate user.rb like this: ``` #app/model/user.rb class User...

bug

when i set ``` Resque::Plugins::Status::Hash.expire_in = 60 ``` and i create a job get uuid1 and do ``` loop { Resque::Plugins::Status::Hash.set(uuid1,"message") } ``` after 60 second i create another job,in...