Scheduled action doesn't seem to be running

Hi everyone,

I'm trying to time my ranking query.

Unfortunately, nothing has happened for an hour.

I uploaded the file at 7 PM with a frequency of 10 minutes, and it's now 7:30 PM.

But nothing's happening.

What am I doing wrong?

It works for me

Check the remote file:
app/config/config.json
Maybe you have:

"cron": false,

Hey franse,

Yes, I have.

I assume I need to set it to "true"?!

Yes, that seems to work.

Thank you!!

I would never have figured that out in a million years.

cron is an old Unix scheduling system, familiar to those who've used unix/linux systems in the past (or currently use). Definitely not an obvious setting/switch for a non-unix user.