tout ce qu'il fallait, c'était
task "resque:setup" => :environment do
#ENV['QUEUE'] = '*'
Resque.before_fork = Proc.new { ActiveRecord::Base.establish_connection }
end
dans votre resque.rake
fichier
tout ce qu'il fallait, c'était
task "resque:setup" => :environment do
#ENV['QUEUE'] = '*'
Resque.before_fork = Proc.new { ActiveRecord::Base.establish_connection }
end
dans votre resque.rake
fichier