Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add max_connections option #18

Open
hasanasim opened this issue Jan 22, 2025 · 0 comments
Open

Add max_connections option #18

hasanasim opened this issue Jan 22, 2025 · 0 comments

Comments

@hasanasim
Copy link

Hi,

Are there any plans to add a max_connections argument similar to what the Pulumi postgres Provider has?

I'm using pulumi-mssql to create 7 mssql.Script resources, 6 mssql.Login objects , 2-4 mssql.DatabaseRoleMember objects per login against a Azure SQL database which has a maximum number of external connections of 30. Pulumi manages to exceed this limit and then errors out.

I know that I can use pulumi --parallel to throttle my deployment but this has a large performance cost as most of my resources are being created with other providers in this project.
I don't want to use depends_on as it creates unnatural dependencies and makes destroying or deleting individual resources much more difficult.

This would be super helpful.

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant