cronの書き方を学ぶ - Qiita

node.jsで定期実行コマンドを作りたかったので、cron-nodeを使ってcronを書こうと思ったのですが、const job = new CronJob('0 */10 * * * *',…