node-crontab
node-crontab copied to clipboard
A module for creating, reading, updating, and deleting system cron jobs
If you add new job, then call save and in this callback would delete job and call save again it does't delete.
Accepts cron file instead of crontab.
Had use for a pause functionality and didn't want to have to go the route of a separate data store. This adds a `pausedJobs` method to retrieve all paused jobs...
Could we get Windows support for node-crontab? Perhaps convert cron entries into Windows Task Scheduler entries, or find a good cron.exe port?