mirror of https://github.com/pulumi/pulumi.git
1f4ef5a92b
These changes adjust the provider plugin's contextful methods to flow the argument to their context parameter through to the actual gRPC requests. The incoming context argument is joined with the provider's global context s.t. the request context is cancelled if either the context argument or the global context finishes. This allows the caller to control cancellation via the context (e.g. using a context with a deadline or a cancel function). This change does carry a substantial risk of subtely affecting cancellation behavior during a Pulumi operation. I am working on digging through that code path and coming up with an appropriate testing strategy. |
||
---|---|---|
.. | ||
go | ||
nodejs | ||
proto/go | ||
python | ||
.version | ||
README.md | ||
go.mod | ||
go.sum | ||
version.go |