On Monday, August 3, 2015 at 3:16:32 PM UTC-7, Joel Collins wrote: > > We still seem to be receiving the error periodically. I noticed that > Passenger logs when a new process spins up, and the DatabaseDisconnectError > dont seem to happen around the same time. The passenger documentation also > states > > "Note that Phusion Passenger automatically reestablishes the connection > to the database upon creating a new application process, which is why you > normally do not encounter any database issues when using smart spawning > mode" >
Note that I believe Passenger only does this for ActiveRecord. Last I checked it considered some database libraries more equal than others. It's possible for errors to not happen right away in such a case, especially if the app isn't high traffic. Thanks, Jeremy -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sequel-talk. For more options, visit https://groups.google.com/d/optout.
