Hi! There are two scheduled functions in my project that suddenly stopped being invoked last night, although I haven’t changed any configuration and the last deploy was more than a day ago.
The attached screenshots show the normal behavior of invocations every 5 and 10 minutes until about April 12, 2 a.m., and after that, just emptiness, although the UI keeps displaying “Next execution in 10 minutes” correctly and just pretends that it will invoke them as usual, but nothing happens.
All runs since then were triggered by manually and ran fine without any errors, so there’s nothing wrong with the function code itself. Redeploying the project hasn’t helped.
Edit: I’ve set up a custom cron job locally now that triggers the function endpoints, so I continue having fresh data in my app until this is fixed.
i am also having similar issue, my scheduled functions are not being invoked.
Hi! I have 5 scheduled functions in my Next.js project that have all stopped being automatically invoked as of today, April 12, around 2 a.m. UTC. No code or configuration changes were made — the last deploy was over 24 hours before the issue started.
The functions are configured in netlify.toml like so:
The Netlify dashboard still shows correct next-execution countdowns for all of them, but nothing actually fires. There are no error logs, no invocation attempts — just silence since ~2 a.m. When I trigger any of them manually from the dashboard, they all run perfectly and return 200 with correct output. Redeploying did not fix it.
I also noticed another user posted about the exact same issue today (same date, same ~2 a.m. cutoff), so this appears to be a platform-side incident rather than something specific to my project.
Could you confirm whether there’s an ongoing issue with the Netlify scheduler? Any workaround or ETA would be greatly appreciated — this is a production app and the frozen functions are directly impacting live users.