UffizziCloud / uffizzi_cli

The command-line interface for the Uffizzi API
Apache License 2.0
87 stars 46 forks source link

`uffizzi install`: Increase IP check tries #411

Closed gadkins closed 7 months ago

gadkins commented 7 months ago

When installing Uffizzi via uffizzi install, it sometimes happens that the IP address returned from this command is 'unknown'. This occurs because there is a timeout, likely because the IP address from the cloud provider is not yet ready. We should increase the tries from 30 to 60. See relevant code here: https://github.com/UffizziCloud/uffizzi_cli/blob/77ad3d765505cf43049ecea293c7f13f16667c58/lib/uffizzi/cli/install.rb#L74-L98