Rate limiting
Teak includes rate limits for public feedback submissions to keep ingestion reliable. Rate limits are enabled by default and applied per project.
By default, each project allows 5 requests per IP per minute. You can turn rate limiting off per project when you need higher throughput, such as sending feedback from a trusted server integration.
If you are calling the feedback API directly from a web browser, it is best to keep rate limits enabled. If you are routing traffic through your own servers, you can disable the limits for that project to avoid unintended throttling.