DEV Community

Discussion on: Scheduling Cron Jobs in Node.js

Collapse
 
banzyme2 profile image
ENDEESA

What happens if the server is down for some time?

Collapse
 
akhildhiman profile image
Akhil Dhiman

No job will run when the server is down or gets crashed. The server needs to be up and running in order to execute scheduled tasks.