This message was deleted.
# general
s
This message was deleted.
l
A distributed lock to prevent multiple people from trying to update at the same time?
c
yeah
my understanding from the early conversations was that htey were going to use a lock file through the cloud api
l
Yeah, not part of the design now
that's more of a: if you want this, roll your own with something in your bash file 🙂
c
ok, ill see what works. the pulumi service offers the locking right now right?
l
Right. If simultaneous updates are attempted, one of them will get a 409 error: request could not be completed because of conflict
if you want to bypass the service, i think our feeling there is that you can then roll your own suitable approach for that sort of thing as well.
c
👍