This message was deleted.
# general
s
This message was deleted.
b
@colossal-beach-47527 can confirm, but I do not believe it does. The service itself would prevent two updates from running concurrently, but it would be the second build would hit an error when it calls “pulumi update”, which would probably fail the overall operation.
h
Yeah, although I just found an orb that may do what I need!
c
Yes, Matt speaks the truth. The Pulumi Service can take care of concurrency so no two stack updates can happen at the same time… though like you are asking about, that isn’t good enough for a CI/CD environment. Thanks for sharing that link, I’ll be sure to update our CircleCI docs to mention it.