I want to stop a node cron job on certain conditions. This is how I started the task to run every 1 second. const runScheduler = (url)=>{ cron.schedule('*/1 ...
確定! 回上一頁