Hacker News new | ask | show | jobs
by silasdavis 1099 days ago
I've not pushed the concurrency at all but I think it creates a lock file in storage which gives basic concurrency management.

The self hosted backend does have plenty of wringles though like not supporting the same stack name across different projects with the same backend URL contrary to how the hosted backend works.

Nonetheless it has been perfectly usable for us without paying for their hosting.

1 comments

> The self hosted backend does have plenty of wringles though like not supporting the same stack name across different projects with the same backend URL contrary to how the hosted backend works.

Just a note that we did add support for projects to the self-hosted backend a few months ago, which does bring the self-hosted and managed backends into alignment here.

https://www.pulumi.com/blog/project-scoped-stacks-in-self-ma...