rate_limit_exceeded
You hit a short-window rate limit (requests or egress), not only the daily plan quota.
What to do
- Honour
Retry-After/X-RateLimit-*headers when present. - Reduce concurrency; use a queue on your side instead of bursting.
- Prefer fewer larger broadcasts over thousands of parallel single sends when possible.
- Do not spin-retry immediately — wait the indicated interval.
- Contact support if limits look stuck after sustained idle time.