https://pulumi.com logo
#general
Title
# general
m

most-lighter-95902

01/16/2022, 5:51 PM
Hi, is it possible to run
pulumi up
in multiple stacks in parallel?
e

echoing-dinner-19531

01/16/2022, 6:23 PM
It might be as long as you pass --stack explicitly. There is an outstanding issue that this has issues when using the automation api (https://github.com/pulumi/pulumi/issues/8186) which has comments suggesting this might also be a problem using the cli directly. Someone else might know for sure if the CLI is supposed to support this today.
m

most-lighter-95902

01/16/2022, 6:25 PM
I’m actually using the Autuomation API - and my app provisions resources for clients so my concern is that if two users sign up at the same time, the process will fail
105 Views