some-nail-32772
01/19/2023, 3:23 PMbillowy-army-68599
01/19/2023, 3:24 PMstack.up
they’ll run in parallel, this is up to your automation API wrapper to handlesome-nail-32772
01/19/2023, 3:36 PMbillowy-army-68599
01/19/2023, 3:41 PMsome-nail-32772
01/19/2023, 3:50 PMlemon-agent-27707
01/19/2023, 11:06 PMrapid-receptionist-28528
01/20/2023, 9:05 AMawait
statement before the function call is blocking the rest of the code until it finished.
await Promise.all(stackNames.map(async stackName => await testStackLifetime(stackName)));
Please let me know if my understanding is not correct,
and if possible please elaborate on the last sentence you mention:
The node process will spawn multiple pulumi processes under the hood
How did you come to that conclusion? I mean where in the code ?
Thanks!!lemon-agent-27707
01/20/2023, 4:10 PM