So looks like I'm getting a 409 for update already...
# general
d
So looks like I'm getting a 409 for update already in progress, even though there is no update going on. The update was in progress but I interrupted it and stopped it. It is not allowing me to
pulumi export/import stack
or
pulumi destroy
.. nothing What should I be doing in this case ?
w
What error are you seeing in the
409
? I would have expected it to suggest a few options for what to do. See https://pulumi.io/reference/troubleshooting/#conflict for some troubleshooting tips on this.
d
I was seeing update in progress. But I think I was looking for
pulumi cancel
Thanks