hi again all :slightly_smiling_face: what happens ...
# getting-started
m
hi again all 🙂 what happens if more concurrent pulumi deployments than the account limit go off (i think its only 5 on teams)? will they wait or error out
m
I believe they'll be queued, but if you prefer, you can set an option in your deployment settings to "skip intermediate deployments" and only run the latest one (e.g., if many queue up): https://www.pulumi.com/docs/pulumi-cloud/deployments/reference/#skip-intermediate-deployments
m
queued is perfect 🙂 thank you!
we're on a tenancy based model so prod deploys to 4 tenants (separate aws accounts) now but will very soon deploy to 20+
it's in a parallel matrix deployment, hence the question
tyvm!