Open jaxxstorm opened 1 year ago
Potentially related to #124
Need to actually try it out, but just from looking, it looks like McMaster.Extensions.CommandLineUtils
is handling CTRL+C
:
Is the parent process handling and cancelling the SIGINT, but child processes still being killed?
What happened?
When running a pulumi program, especially with automation API, sending a single
Ctrl+C
to the execution hangs the program indefinitelyExpected Behavior
When sending a Ctrl+C to a Pulumi invocation, I'd expect the program to try and gracefully shut down and terminate
Steps to reproduce
Customer sent the following program that exhibits this behaviour
Output of
pulumi about
N/A
Additional context
No response
Contributing
Vote on this issue by adding a š reaction. To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).