juju / 1.25-upgrade

Tools to upgrade and move a 1.25 environment to a 2.2.4+ controller
4 stars 7 forks source link

Handle timeouts/throttling in connection check #65

Open babbageclunk opened 6 years ago

babbageclunk commented 6 years ago

After all the agents have been upgraded we check that all of the agents can reach the controller. If there are enough agents some of the connections will get try again errors. We should try again when that happens (with exponential backoff?) rather than just reporting that the upgrade failed.