Is there a job scheduler library for node.js? [closed]

Solution 1:

node-cron does just what I described

Solution 2:

node-schedule A cron-like and not-cron-like job scheduler for Node.

Solution 3:

agenda is a Lightweight job scheduling for node. This will help you.