# 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.

> Fixed · 2026-09-12 · Platform

- 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
