Index: branches/5.2.x/core/kernel/db/db_load_balancer.php =================================================================== diff -u -N -r16513 -r16656 --- branches/5.2.x/core/kernel/db/db_load_balancer.php (.../db_load_balancer.php) (revision 16513) +++ branches/5.2.x/core/kernel/db/db_load_balancer.php (.../db_load_balancer.php) (revision 16656) @@ -1,6 +1,6 @@ servers) == 1 || $this->Application->isAdmin ) { - // skip the load balancing if there's only one server OR in admin console + if ( count($this->servers) == 1 || $this->Application->isAdmin || defined('CRON') ) { + // Skip the load balancing if there's only one server OR in admin console OR in CRON. return 0; } elseif ( $this->slaveIndex !== false ) {