I've enabled cron triggers in my Cloudflare Worker one running every minute and another every 5 minutes.
After 08:13 UTC, the triggers suddenly stopped running. I haven't made any deployment or code changes to the worker.
The cron simply hits an API route, but I've confirmed that:
The API route is not being called
In Cloudflare Cron Logs, there are no logs or errors at all
I also tried deleting the cron triggers and adding them again, but they still aren't triggering.