For the first time I got the message "
For the first time I got the message "Daily request limit exceeded for Cloudflare Workers"
This worker have an average (and pretty stable) of 250/350 writes every day, and I just checked on the dashboard without seeing anything strange. How should I best proceed?
Thank you!
11 Replies
Was the message specific to Workers KV or was it for Cloudflare Workers?
First line of the message: "You have exceeded the daily Cloudflare Workers KV free tier limit of 1000 Workers KV put operations"
So yes 😄
That's the only KV Worker, and it uses ~=1000 read/300writes per day for more than 1 year
Here the day in question
Can you confirm by sharing the same screenshot for kv analytics? The new kv dashboard should help us debug this
Sorry it took me some time to find that "analytics" but clearly much better 😅
Just got a message saying I used 50% "today" which is also wrong of course.
Got it we’ll look into this what’s the namespace and account id?
Thanks for your help
AccountID: f8ec61612b82388e5a81fd1813aed08e
namespace: utils-CACHE
Leaving for the night 😴
I can easily guess you are the one sleeping now... But whenever, let me know if I should share anything else!
There is some sampling in place for limits with this new metrics source that is responsible for the delta you see here, we're investigating this
I use that KV for a "simple" caching for very slow external request. Not life and death but should I try to find another way?
KV is the recommended tool to use, you could presumably also use workers cache api but that might get pushed out when needed.
we’re working to fix the inaccurate kv usage readings