pulumi/sdk/nodejs/provider
Florian Stadler 129270a879
Wrap call&construct of node provider server in AsyncLocalStorage (#16487)
In #16428 we parallelized the call&construct calls of the node provider
server. It was wrongly assumed that the state of the settings are
localized to the current call, but that is only done when running in
`asyncLocalStorage.run`.
This change wraps the call&construct calls in `asyncLocalStorage.run` to
correctly localize state.

Addresses
https://github.com/pulumi/pulumi/pull/16428#issuecomment-2190932525
2024-06-28 10:35:30 +00:00
..
index.ts Initial support for remote component construction. (#5280) 2020-09-07 19:33:55 -07:00
internals.ts Apply autoformat 2023-04-28 18:27:10 -04:00
provider.ts feat: enable imports from nodejs provider resources (#14668) 2023-11-30 16:22:51 +00:00
server.ts Wrap call&construct of node provider server in AsyncLocalStorage (#16487) 2024-06-28 10:35:30 +00:00