Effects when going over KV usage limit?
Hi, I have a status worker that saves to a kv, it makes more than 1000 writes a day so thats over the free tier limit, would the worker make errors at that point after it goes past that limit?
4 Replies
Correct. It will throw an error on the operation that you are over
Will the write operation still be logged in the cloudflare dashboard? Because the write operations have gone over 1000
Yea like for today im up to 1414...?
So the limit resets at 0:00 UTC and my guess is when you are viewing your usage for the day you see some from both sides of that
Ok gotcha
Thank you