In my Node app I am using setTimeout
to schedule some tasks for later. My question is that if I restart my process or kill it, will the scheduled function still run?
In my Node app I am using setTimeout
to schedule some tasks for later. My question is that if I restart my process or kill it, will the scheduled function still run?