Geo: Ensure database is connected before attempting to check for secondary status
If the database connection were severed, a secondary may not reattempt to establish a connection to the database. We now always called `GeoNode.exists?` to ensure ActiveRecord maintains a connection. In the Geo initializer, avoid establish a connection in case a Rake task is called. Closes #3074
Showing
Please register or sign in to comment