Stop running "SELECT 1" to check if DB hosts are online for load balancing

Instead of running SELECT 1 every time we can determine if something is online or not by the replication check succeeding or failing. We already check if a host is in sync before using it, meaning this SELECT 1 is somewhat redundant.

Edited by 🤖 GitLab Bot 🤖