Title: Persistent 429 RESOURCE_EXHAUSTED errors in Antigravity across multiple accounts
Hi,
Since today I’m constantly getting 429 errors when using Antigravity (Gemini Coder / agent mode). The error appears even for very small requests and across multiple Google accounts.
Example error:
Trajectory ID: 28cc6851-f217-45e3-974b-d95f834…
Error: HTTP 429 Too Many Requests
Sherlog:
TraceID: 0x44cd38d460b04…
Headers:
{
“Alt-Svc”:[“h3=”:443"; ma=2592000,h3-29=“:443”; ma=2592000"],
“Content-Length”:[“139”],
“Content-Type”:[“text/event-stream”],
“Date”:[“Sat, 02 May 2026 07:25:57 GMT”],
“Server”:[“ESF”],
“Server-Timing”:[“gfet4t7; dur=195”],
“Vary”:[“Origin”,“X-Origin”,“Referer”],
“X-Cloudaicompanion-Trace-Id”:[“44cd38d460b0…”],
“X-Content-Type-Options”:[“nosniff”],
“X-Frame-Options”:[“SAMEORIGIN”],
“X-Xss-Protection”:[“0”]
}
Body:
{
“error”: {
“code”: 429,
“message”: “Resource has been exhausted (e.g. check quota).”,
“status”: “RESOURCE_EXHAUSTED”
}
}
Important details:
- I see the same 429 errors on ALL my Google accounts, including accounts that I have barely used with Gemini/Antigravity.
- The errors reproduce both in Antigravity IDE and (if applicable) in the web interface.
- VPN is disabled; I tested from a clean network connection.
- This started happening today and persists for more than an hour.
This looks like a cluster/regional quota or throttling issue on the backend side (cloudcode-pa / Gemini), not a per-account quota exhaustion on my side.
Could someone from the team please:
- Confirm if there is an ongoing incident or temporary throttling in my region / IP range?
- Check the above Trajectory ID and TraceID in logs?
- Clarify what kind of quota/limit is being hit here and whether there is anything I can do as a user of Antigravity to mitigate this?
Thanks in advance.