Cron in NodeJS not run

I’m trying to run my first script according to a schedule; I wrote a log to the database at the very beginning.
But it looks like it just won’t start.
Maybe I need to install some additional modules in npm or do something else?

For each target, you can enable/disable the scheduler. Make sure this target is enabled.

1 Like

Thank you, Ken! When do something for the first time, sometimes you get into funny difficulties :joy:

1 Like