question about python sched schedular.

Posted by samy on Stack Overflow See other posts from Stack Overflow or by samy
Published on 2010-12-30T03:17:05Z Indexed on 2010/12/30 3:54 UTC
Read the original article Hit count: 192

Filed under:
|

I have read about python sched (task schedular), it works like a cron.
but I have a question :

  • lets say if i schedule a function to ryn after every 2 hours and in the mean time my system gets shut down, then I again restart the system...did the schedular automatically starts and will run the function after 2 hours? or i have to start that again after shutting down the system?

  • did sched work like a deamon?

© Stack Overflow or respective owner

Related posts about python

Related posts about scheduled-tasks