Guys, the problem still exists, I've deleted KV, but due to GraphQL Api, the counter continue to inc
Guys, the problem still exists, I've deleted KV, but due to GraphQL Api, the counter continue to increase..
{
"dimensions": {
"namespaceId": "00000000000000000000000000000000"
},
"sum": {
"requests": 19378341
}
}
]
and this 19378341 is higher than it was half an hour ago..
12 Replies
Unknown User•4mo ago
Message Not Public
Sign In & Join Server To View
Hey everyone, is there any way to react to a key expiring in KV? Almost like change data capture so I can run some code on expiry
There is not, no. Though you could trigger some code yourself when you do a write?
I think they specifically want expiry, not write?
Yeah, specifically on expiry is what I was looking for.
Oh…
Don’t add a TTL, but instead use a DO Alarm that also calls the expiry handler?
Oooo, I did not know DO alarms existed, but yes this looks like exactly what I need ☺️☺️
Hey has anyone gotten the KV's to work for the nuxt app without using nuxthub?
Cloudflare Docs
Nuxt | Cloudflare Pages docs
Web framework making Vue.js-based development simple and powerful.
I can list an get but theres nothing in the response I checked the wrangler config etc Im not sure if theirs something extra I need to do for pages
It seems to be initnalized aswell anyone know what could be going on here?
I figured it out by reading throught the plugins docs it these ones should be updated to include you need to process like this
you cant use the context as listed on the wrangler docs!
Unknown User•3mo ago
Message Not Public
Sign In & Join Server To View
Hi there!
When keys are removed due to TTL expiration using the
expirationTtl
option, do those removals count toward the delete request quota ?
Thanks!