Fixed
Resource quotas count against the project owner
Quotas were checked against the acting user, so a collaborator without projects of their own could keep creating resources inside an exhausted project.
View as Markdown- Counting and creating now happen inside one transaction with an advisory lock, so concurrent creations cannot both pass the same check
- The command line path is covered as well, where the application quota was previously bypassed entirely
AffectsPlatform