Search results

  1. K

    MySQL Errors After Restarting

    I replaced ActiveRecord::Base.clear_active_connections! if defined?(ActiveRecord::Base) with ActiveRecord::Base.connection.disconnect! and @reconnect = true if defined?(ActiveRecord::Base) I'll report back on status after I do a couple redeploys. Thanks, Kevin
  2. K

    MySQL Errors After Restarting

    "ActiveRecord::StatementInvalid: Mysql::Error: Lost connection to MySQL server during query" is the most common error. Any requests that are being processed while the deploy is happening are 500'ing.
  3. K

    MySQL Errors After Restarting

    I'm hosting a Rails app on litespeed via lsapi. Everything works great, but recently I've noticed errors after restarting after a re-deploy. I get lots of MySQL connection errors (i.e., Lost connection to MySQL during query errors, etc.) from ActiveRecord right after the restart. It seems as...
Top