astra-cli icon indicating copy to clipboard operation
astra-cli copied to clipboard

WaitUntil doesn't wait long enough in Astra cluster creation

Open weideng1 opened this issue 2 years ago • 0 comments

When creating a E-tier cluster in Astra, we often encounter the following error:

$ astra -e dev db create -l AWS -k testks -n clitest -r us-east-1 -t E60
..........................................................................................unable to create '{1 AWS testks clitest <nil> us-east-1 E60 <nil>}' with error waiting for status check on create db failed because 'unable to find db id aae7d687-1083-4c04-915c-fdf79a2cef84 with status [ACTIVE] after 2700 seconds'

This can be easily fixed by allowing it to wait for 1 hour instead of 2700 seconds.

weideng1 avatar Jul 13 '22 22:07 weideng1