node-cron / node-cron

A simple cron-like job scheduler for Node.js
ISC License
2.98k stars 256 forks source link

Is node-cron stop when server die? i mean is node-cron a deamon scripts #180

Open sondotpin opened 5 years ago

amalan-shenll commented 4 years ago

I have this same doubt. Node-Cron is still running even though the node server is stopped using ctrl+c.

jon-malave commented 4 years ago

@amalan-shenll in my tests, I have seen all of my cron jobs destroyed if I restart the node server. Either full system reboot, or just using pm2 stop I use Process Manager to start, stop my node apps and monitor the process. So for me, Yes node-cron stops completely and destroys all jobs in memory.