How do you accomplish no application downtime if for 45 seconds you can't connect to the database?
In background processes you might get away with retrying connections for a minute but most users will probably consider your site broken if page load time is 45 seconds.
In background processes you might get away with retrying connections for a minute but most users will probably consider your site broken if page load time is 45 seconds.