Open WillZeroman opened 8 years ago
I set task as follow:
tasks : { firstTask : { cron : "0 30 04 * * *", task : function (context, sails) { console.log("cron ok"); }, context : {} } }
I set cron "0 30 04 * * " ,but it does not work. also set cron "0 30 04 /1 * *", it does not work too.
I set task as follow:
tasks : { firstTask : { cron : "0 30 04 * * *", task : function (context, sails) { console.log("cron ok"); }, context : {} } }
I set cron "0 30 04 * * " ,but it does not work. also set cron "0 30 04 /1 * *", it does not work too.