Does Pulumi SaaS support some form of per-stack lo...
# general
h
Does Pulumi SaaS support some form of per-stack locking that would prevent multiple folks from previewing/applying unless they hold that lock?
b
yes, it'll lock the state if someone else is performing an operation
h
Are there docs on that somewhere?
b/c my understanding from searching in Slack is that acquires a lock during an
up
operation, but I’d want to acquire a lock that spans both the
preview
and
up
operations to guarantee that someone else doesn’t perform an
up
operation in between
b
actually I'm questioning myself now, I thought we did create a lock for previews but now I can't repro. standby
h
kk, appreciate it
b
I was wrong, we dont return a lock for a preview. https://github.com/pulumi/console-requests/ if you could file an issue here for that, it'd be great
h
Sounds good, will do