PostgreSQL
 sql >> Datenbank >  >> RDS >> PostgreSQL

ActiveRecord::StatementInvalid. PG-Fehler

alles, was es brauchte, war

 task "resque:setup" => :environment do
  #ENV['QUEUE'] = '*'

  Resque.before_fork = Proc.new { ActiveRecord::Base.establish_connection }
 end

in Ihrem resque.rake Datei