proud-pizza-80589
12/28/2020, 1:17 PMawait stack.up()
would throw?[409] Conflict: Another update is currently in progress.
And the automation api does not have a stack.cancel(). hmmm, orchestrating this is not trivial based on the few examples in the announcement blogpostlemon-agent-27707
12/28/2020, 6:28 PMPulumi.yaml
file that matches your project, you can use those commands manually. In go, I have a "stack reset" command that I sometimes implement that looks like this:
https://gist.github.com/EvanBoyle/f5e7c77f94851238d93efbefba1debfc
This cancels any active updates, runs export/import to get rid of pending deletes, and then refreshes resources in the stack to get the state synced up.proud-pizza-80589
12/28/2020, 7:30 PMawait stack.up
keeps running, waiting and doing nothing.