pulumi / pulumi-yaml

YAML language provider for Pulumi
Apache License 2.0
38 stars 11 forks source link

plugin(language, converter): Respond to SIGINT #501

Closed abhinav closed 11 months ago

abhinav commented 11 months ago

Configures the language plugin binary to shut down the plugin RPC server when SIGINT is received. This will help the binary exit cleanly when it's time to shut down.

This functionality was added in pulumi/pulumi#13795. pulumi/pulumi#13809 contains a similar change for Go, Python, and Node.

abhinav commented 11 months ago

Current dependencies on/for this PR:

This comment was auto-generated by Graphite.