1 snippet found
Run scheduled tasks daily using node-cron.
1import cron from 'node-cron'; 2 3cron.schedule('0 0 * * *', () => { 4 console.log('Running daily clean...