Closed matthewdale closed 1 year ago
Verified this change works in the "happy path". My testing didn't encounter any HTTP timeout errors calling the cluster status API, so I haven't verified it actually fixes the problem. I'm going to merge it and see if it fixes the problem on the next scheduled run.
Sometimes the
astrolabe
CLI will exit when polling for Atlas cluster status due to an HTTP call timeout. An example exception output is:Those HTTP call timeouts seem to be intermittent, so we should retry the call again instead of allowing the CLI to exit.