<@UB9JVTW07> hey man thanks for jumping into that ...
# general
c
@lemon-spoon-91807 hey man thanks for jumping into that #2455 cloud object store PR. do you know if there is anything tracking support for distributed locks? it was mentioned at the beginning of it but was dropped as a requirement
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
👍