<@UQ8K13T7X> one more question, <@U01FB0HRB2Q> tol...
# automation-api
p
@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
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
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
TBD, we have not finalized the plan for automation api GA
c
@proud-pizza-80589 I’m using Go and I’m running multiple stack updates at the same time (using the automation API)