Another weird issue, we use the automation api in ...
# automation-api
p
Another weird issue, we use the automation api in an application that runs on dev under nodemon, so it restarts when you modify a file. If an
up
is running during a restart, it leaves zombie processes running. Is there a way to cancel an
up
cleanly?
r
Evan answered some of this over at: https://pulumi-community.slack.com/archives/C019YSXN04B/p1609180437202900?thread_ts=1609161459.201200&cid=C019YSXN04B I’m in the process of implementing the import/export/cancel functionality that will unlock this.
p
@lemon-agent-27707’s answer is about the way you could cancel something running from the code, which might also help in cleaning up the pulumi processes myself. And that would allow me to write code to cancel a running process. The totality of the issue is a bit more complex and all tied to each other. Instead of spamming the slack, i put a synthesis of my current understanding into the github issue: https://github.com/pulumi/pulumi/issues/5531
🙏 1
👍 1
oh, and happy new year btw!