Skip to main content

query_quota_exceeded

You have exceeded your workspace's analytics query quota for the current time window in Unkey. Wait for the quota to reset or upgrade your plan.
1 min read
Danger
err:user:too_many_requests:query_quota_exceeded
Example

What Happened?#

Your workspace has made too many analytics queries in a short period! We limit the number of queries you can run per hour to keep the analytics service fast and reliable for everyone.

This is a rate limit on the number of queries, not about individual query complexity.

How to Fix It#

1. Wait and Retry#

The quota resets every hour. Wait a bit and try your query again.

2. Cache Your Results#

Instead of running the same query repeatedly, cache the results in your application:

3. Batch Your Queries#

If you're making multiple queries, combine them into one query with subqueries or broader aggregations.

4. Use Webhooks Instead#

For real-time updates, consider using webhooks instead of polling the analytics API repeatedly.

Default Quota#

PlanQueries per Hour
Free1,000
Pro10,000
EnterpriseCustom

Need a Higher Quota?#

Note

Running into limits often? We can increase your quota!

Contact our support team and tell us:

  • What you're building
  • Why you need more queries per hour
  • Your current usage patterns

We'll work with you to find the right quota for your needs, or help optimize your query patterns.