Hi, what is the best way to handle a locked stack ...
# general
s
Hi, what is the best way to handle a locked stack or unexpected issues when using Pulumi? My app runs in an EKS pod and executes
pulumi up
frequently based on events or hourly. While crashes are rare, they can happen. I want to automate recovery and avoid manual intervention. Any ideas or help would be appreciated!