Cron events happen multiple times every time
Hello! I've just received an email saying that I reached 50% of the daily limit for KV for a project that I haven't modified in months and for which the route is disabled.
So I checked the cron events logs and I noticed they are called 3 times every time 🤔
I don't understand why and today is the first time it happens.
5 Replies
Also this is what I see in the KV tab.
My cron event should only call KV.put() and KV.get() twice every time and never KV.list() so this is weird too
Ok, I'll try 🙂
Oh ok that makes sense then
Will I have to set those again?
(I don't really remember how everything works to be honest 🥲 )
I used wrangler
Alright, I will try then 🙂
I can't see if it works because my cron event stops now but I'll let you know if it worked tomorrow.
Thank you for your help! 🙂
It looks like it works now 😁
Thank you!