Scheduled functions stopped being invoked

Netlify project id: 98197246-167f-4854-8214-312cf5af9d2f

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.

It seems it’s just no longer invoked from the Netlify side, or if there are other issues, I can’t see any errors or logs.

Thanks in advance!

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:

toml

[functions."update-match-scores"]
  schedule = "*/2 * * * *"

[functions."update-leaderboard"]
  schedule = "*/3 * * * *"

[functions."compile-round-results"]
  schedule = "*/4 * * * *"

[functions."process-referrals"]
  schedule = "0 */2 * * *"

[functions."cleanup-transactions"]
  schedule = "0 * * * *"

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.

Thanks!

Having the same issue too!!

I have the same issue as well.

Same issue here as well. Tried the following…

  • Function runs fine manually
  • Re-deployed project
  • Added function schedule to TOML file
  • Re-deployed after adding TOML file, still didn’t run after waiting for schedule

EDIT: Scheduled function ran twice, 5 minutes early and roughly on time. Will edit again after the next one.

EDIT2: Scheduled function is only running once as expected. Everything looks like it’s back to normal.

Yes, it’s working again for me now, seems like the issue is gone