how to monitor if the connectivity between the rails apps and mysql database is established

Posted by anusuya on Stack Overflow See other posts from Stack Overflow or by anusuya
Published on 2010-03-27T12:40:21Z Indexed on 2010/03/27 12:43 UTC
Read the original article Hit count: 311

Filed under:
|

How do we monitor that the connectivity between the rails app and the database is established. will rails try to re-connect the connection with mysql if it closes?

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about mysql