Scheduled API actions stopped working

Wappler Version : v7.9.6
Operating System : Mac OS 26.5.1
Server Model: NodeJS
Database Type: MySQL
Hosting Type: Docker

Expected behavior

What do you think should happen?

Scheduled api actions not being run. They used to work but stopped in both my local dev environment and on production server. This version didn’t cause the bug cause it was happening before, I just didn’t have time to report it.

Actual behavior

What actually happens?

The scheduled actions never run.

How to reproduce

I have a simple empty folder action that used to work, I tried setting this to every minute as a test, but it doesn’t run the script. I tried another scheduled action that simply saved a value to the database as a test, and it never runs either.

Here is the simple empty folder api action that stopped working.

schedule.zip (1.2 KB)

I checked the config file to make sure scheduler is enabled and it is.

Thanks in advance.