Closed gadkins closed 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
uffizzi install
'unknown'
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