mirror of https://github.com/pulumi/pulumi.git
55be89e36a
* Poll gRPC healthchecks to auto-cancel sub-processes This hooks the rpcutils cancellation to a polling process that asks for the health of the engine. If the engine dies, the health check fails, rpcutil gets cancelled, sub-process quits. This is hooked into both the langauge plugins, and the shared provider main method. N.B. Providers started in "attach" mode do not poll the health check as it is expected that these processes we're explictly started by the user and the user will shut them down. * Fix cancel usage * Add to CHANGELOG * if nil check not needed |
||
---|---|---|
.. | ||
rpcerror | ||
health.go | ||
interceptor.go | ||
pty.go | ||
pty_windows.go | ||
serve.go | ||
writer.go | ||
writer_test.go |