https://pulumi.com logo
Title
p

proud-pizza-80589

01/06/2021, 10:57 PM
@lemon-agent-27707 one more question, @brave-planet-10645 told me about some concerns about concurrency. while i understand that the config setting for one stack etc is not concurrency enabled, can i safely run pulumi.up on 2 different stacks at the same time (using automation api)?
l

lemon-agent-27707

01/06/2021, 11:03 PM
For nodejs, one concurrent update per nodejs process. I updated the relevant issue with comment here https://github.com/pulumi/pulumi/issues/5449#issuecomment-755768711
The Go SDK does not have this limitation as it doesn't utilize global state in the same way.
p

proud-pizza-80589

01/06/2021, 11:09 PM
ok, thx, that is a serious limitation but for now i can work around it. Is this something that wil change in q1 2021 or shouldn’t i wait for it?
l

lemon-agent-27707

01/06/2021, 11:59 PM
TBD, we have not finalized the plan for automation api GA
c

clever-byte-21551

01/07/2021, 6:48 AM
@proud-pizza-80589 I’m using Go and I’m running multiple stack updates at the same time (using the automation API)