Hello everyone,
I am currently trying to deploy a service in the europe-west2 region but my deployment is failing with the following error:
“Failed. Details: Operation failed due to insufficient quota. Violation: Quota ActiveRevisionsPerProject current use of 4 in europe-west2 would exceed limit of 4.”
I am requesting a quota increase through the console, but I would love to know:
Is there an automated way to delete or deactivate old revisions so I stop hitting this limit?
What are the best practices for managing active revisions in a CI/CD pipeline so I don’t continuously max out my quota?
Any advice on managing this efficiently would be greatly appreciated. Thank you!