Misreported KV usage limits?
I just received a email detailing that I’ve used 50% of my KV usage quota, but checking on the dashboard, it appears that I am largely below that usage limit.
Is this a mistake in reporting? Or am I not observing the correct dashboard?
3 Replies
Hi
The email you received is because there are some daily limits to the free tier of Workers and KV.
The last screenshot you sent contains the culprit: the free tier includes 1000 lists (ref: https://developers.cloudflare.com/kv/platform/pricing/) which you've exceeded. Reads, writes and deletes should continue to function until their respective limits. Hope this helps!
I see, i didn’t find the correct pricing for the KV.
I suppose I must change the worker to utilize reads instead of lists and cache the KV contents.
Thank you