Say I scheduled a task for time t2 in future t1 < t2 < t3
What if server get crashed at time t1. Will the task scheduled to execute at t2, still executes, if servers restarts before time t2 ( t1 < t < t2 ) ?
What if server crashes at t1 and restarts at t3 and say, server was down at t2. Will the task, that was scheduled for t2, get executed, if server restarts at t3 ( > t2 )
In shirt, does cron keeps a persistent record of tasks to be performed, in case server crashed or was down during scheduled time