sparse-intern-71089
06/01/2022, 9:46 AMsparse-caravan-29563
06/01/2022, 10:06 AMcreateOrSelectStack
, if I get a stack locked err message I run stack.cancel()
• then I get another error when calling stack.up
saying there are pending resources for the stack
• I then call stack.exportStack()
and stack.importStack(deployment)
• then stack.up
finally works
I am not sure this is the right way to cope with it, especially as I don't have a way to distinguish between the 2 cases as mentioned above. Also, the way I determine the error type is by textual search on the error message which is far from optimal...echoing-dinner-19531
06/01/2022, 10:29 AMsparse-caravan-29563
06/01/2022, 10:36 AMsparse-caravan-29563
06/01/2022, 10:37 AMsparse-caravan-29563
06/01/2022, 10:43 AMechoing-dinner-19531
06/01/2022, 11:00 AMsparse-caravan-29563
06/01/2022, 11:01 AMechoing-dinner-19531
06/01/2022, 11:03 AMechoing-dinner-19531
06/01/2022, 3:10 PMsparse-caravan-29563
06/01/2022, 6:45 PM