As it stands, our connection to our MQTT server is generally done over our private network. However, our router has a failover built in that will redirect all traffic over the public internet if the connection through the private network is lost. For this scenario, I would like to add a failover connection to our outward-facing URL. I am able to add a different server connection in the MQTT Server Set, and the failover connection does work when traffic is redirected. However, when the traffic is going over the private network without issues, ignition is still trying to connect to the failover server, which doesn't work because the traffic is not permitted to go over the public internet normally. This results in repeating alarms in the logs that say the connection attempts timed out.
Is there a way to turn off connection attempts to the failover server of a server set until the main connection is actually lost?