pulumi/tests/integration/construct_component_slow/python
Justin Van Patten 394f79f27f
[sdk/nodejs] Fix construct to wait for RPC operations to complete (#6452)
This change fixes the provider implementation of `Construct` for multi-lang components written in Node.js to wait for any in-flight RPCs to finish before returning the results, s.t. all registered child resources are created.

In additional, invocations of `construct` are now serialized so that each call runs one after another, avoiding concurrent runs, since `construct` modifies global state. We'll follow-up with a more general concurrency fix to allow nested `construct` calls within the same provider.
2021-04-05 11:11:27 -07:00
..
.gitignore [sdk/nodejs] Fix construct to wait for RPC operations to complete (#6452) 2021-04-05 11:11:27 -07:00
__main__.py [sdk/nodejs] Fix construct to wait for RPC operations to complete (#6452) 2021-04-05 11:11:27 -07:00
component.py [sdk/nodejs] Fix construct to wait for RPC operations to complete (#6452) 2021-04-05 11:11:27 -07:00
Pulumi.yaml [sdk/nodejs] Fix construct to wait for RPC operations to complete (#6452) 2021-04-05 11:11:27 -07:00
requirements.txt [sdk/nodejs] Fix construct to wait for RPC operations to complete (#6452) 2021-04-05 11:11:27 -07:00