plan_quota_exceeded
Workspace or API-key daily message quota is exhausted.
What to do
- Read
Retry-After(seconds until UTC midnight) and back off until then. - Spread volume across the day; broadcasts count one per recipient, not one per HTTP call.
- Upgrade plan or raise key limits in the dashboard if traffic is legitimate.
- Avoid tight retry loops — each successful accept consumes quota again.
- For broadcasts that failed to enqueue after INCR, Tecron attempts DECRBY; still treat 429 as hard stop for new accepts.