What are limits?
Two types of rules you can set per agent:- Notify — Sends an email alert when a threshold is reached.
- Block — Returns HTTP 429 and stops requests when the threshold is reached.
Creating a rule
- Cloud
- Local
How blocking works
When a “block” rule triggers, the next ingest request returns429 Too Many Requests with a message:
Email notifications
- Cloud
- Local
Emails are sent via the platform’s mail provider. Make sure your account email is valid.
Checking rules
- Rules are evaluated hourly (cron) for notifications, and on every ingest for blocks.
- A notification is sent once per rule per period to avoid spam.