Upstash Documentation home page
Search...
⌘K
Ask AI
Discord
Blog
X
Console
Console
Search...
Navigation
Troubleshooting
ERR max daily request limit exceeded
General
Redis
Kafka
Vector
QStash
SDKs
Developer API
Overall
Quickstarts
Features
How To
SDKs
Integrations
Troubleshooting
NOAUTH Authentication Required
WRONGPASS invalid or missing auth token
Error read ECONNRESET
ERR max concurrent connections exceeded
ERR max request size exceeded
ERR max single record size exceeded
ERR max key size exceeded
ERR max field size exceeded
ERR max member size exceeded
ERR DB capacity quota exceeded
ERR max daily request limit exceeded
ERR XReadGroup is cancelled
Help
On this page
Symptom
Diagnosis
Solution-1
Solution-2
Troubleshooting
ERR max daily request limit exceeded
Symptom
The client gets an exception similar to:
Copy
Ask AI
ReplyError: ERR max daily request limit exceeded
Diagnosis
Your database exceeds the max daily request count limit which is
10000
for the Free Tier(
2500
for Global).
Solution-1
You can refactor your application to send less number of commands.
Solution-2
You can upgrade your database to pay-as-you-go plan by entering a payment method. When you entered your credit card, your database will be upgraded automatically.
See
here
for more information.
Was this page helpful?
Yes
No
Suggest edits
Raise issue
ERR DB capacity quota exceeded
ERR XReadGroup is cancelled
Assistant
Responses are generated using AI and may contain mistakes.