Hi guys!
A quick question, maybe someone already investigated it.
Suppose we have two pulumi stacks, A and B, self-hosted backend. B uses StackReference to get some outputs from A.
With new (awesome!) PULUMI_SELF_MANAGED_STATE_LOCKING=1 we can be sure that if we try run concurrently updates for A or B, we won't get into trouble because the state of particular stack would be locked.
However the question is, would we be protected from this kind of trouble if we run updates at the same time for A and B (which uses values from A)?
Would really appreciate some insight on the matter, because I didn't find any info in docs 🙂