> ## Documentation Index
> Fetch the complete documentation index at: https://upstash-vector.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# ERR max daily request limit exceeded

### Symptom

The client gets an exception similar to:

```
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](https://docs.upstash.com/howto/upgradedatabase) for more information.
