pulumi/tests/integration/cancel
Julien 3d2b7dedcc
Allow cancelling operations with SIGTERM (#17467)
We already handle SIGINT to cancel operations. This PR additionally
handles SIGTERM the same way. This is useful when the Pulumi CL is used
in a docker container, where a stop command sends a SIGTERM. Previously
this would immediately terminate the CLI.

Fixes https://github.com/pulumi/pulumi/issues/17256
2024-10-07 13:49:04 +00:00
..
.gitignore Allow cancelling operations with SIGTERM (#17467) 2024-10-07 13:49:04 +00:00
Pulumi.yaml Allow cancelling operations with SIGTERM (#17467) 2024-10-07 13:49:04 +00:00
__main__.py Allow cancelling operations with SIGTERM (#17467) 2024-10-07 13:49:04 +00:00
requirements.txt Allow cancelling operations with SIGTERM (#17467) 2024-10-07 13:49:04 +00:00