Immediate mitigation
- Stop automatic retry storms.
- Add exponential backoff with jitter.
- Reduce concurrency and batch non-urgent work.
- Shorten prompts and requested outputs.
Gemini API
A 429 usually means your project is sending too many requests, using too many tokens, hitting a daily quota, missing billing, or retrying too aggressively.
API checklist
Related