I want to execute the node script at 6:30 every morning. Is that right?
6 30 * * * /bin/bash "node /mnt/app/dituwuyou_schedule/server/taskService/loadNormalData.js"
I want to execute the node script at 6:30 every morning. Is that right?
6 30 * * * /bin/bash "node /mnt/app/dituwuyou_schedule/server/taskService/loadNormalData.js"
format should be like this
<> <> <> <> <> <>
here node can be executed directly without bash , such as
30 6 * * * /usr/bin/node xxx.js
it's the other way around. Minutes and hours
commands to be run by crontab time-sharing day, month and week