Hi! All 5 of my scheduled functions suddenly stopped being automatically invoked as of today, April 12, around 2 a.m. UTC. No code or config changes were made — my last deploy was over 24 hours before the issue started.
What’s happening:
The Netlify dashboard shows correct next-execution countdowns for all functions, but nothing actually fires
No error logs, no invocation attempts in the Functions tab — complete silence since ~2 a.m.
Manually triggering any of the functions from the dashboard works perfectly (200, correct output)
Triggered all functions manually — all pass with no errors
Redeployed the project — no change
Checked function logs — no errors or invocation attempts after ~2 a.m.
Confirmed cron syntax is valid and was working fine before this
I also noticed another user posted the same issue today with the same ~2 a.m. cutoff, so this looks like a platform-side incident rather than something specific to my project.
Is there a known issue with the scheduler today? Any workaround or ETA would be really appreciated — this is a production app and the stalled functions are directly impacting live users.
I’m having the exact same problem here, and it’s an app that needs to run every hour, so this is a bit of a mess. I mean, I guess I’m glad it isn’t just me, but…
Actually, an update: I can’t manually invoke either. Argh.
The support team fixed it (Scheduled functions not auto firing). The functions in mine are now running as they should. If you can’t manually invoke check your function if it has the scheduled badge. if they is no scheduled badge shown then your schedule configuration may not be properly configured. if yes, a “Run Now” button should be displayed there