sysown / proxysql

High-performance MySQL proxy with a GPL license.
http://www.proxysql.com
GNU General Public License v3.0
6.05k stars 983 forks source link

Use connect_retries_on_failure to control the number of retries when no backend server is available #4665

Open xykhappy opened 2 months ago

xykhappy commented 2 months ago

As stated in the title, we have implemented similar retry logic, controlled by 'connect_retries_on_failure', for situations where no backend server is available. More details can be found in https://github.com/sysown/proxysql/issues/4597

mirostauder commented 2 months ago

Can one of the admins verify this patch?