KV daily request limit

Hi, I’m using the hobby/free plan.
I have a KV database and a python app/function that reads from it.

I got this email:

Your account has used 300% of the daily included usage for Vercel KV requests (3,000) on the free tier.
Requests beyond this level are rate limited for the remainder of the day.

For how long is this restriction? It’s been a couple of days and I still get " 504 : GATEWAY_TIMEOUT"

I can read the database with a local python script but on Vercel I get:
This Serverless Function has timed out.

KV/Redis:

Storage Size
28.5 kB/256 MB

Requests/Month
21.9k/30k

Data Transfer
12.6 MB/256 MB

Thanks.

Solved by changing function Default Max Duration from 10 (default) to 60 seconds.

1 Like

Thanks for coming back and sharing your solution, @sebaro!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.