Question

I'm writing code in python for some sort of daemon that has to execute a specific action at a certain instance in time defined by a crontab string. Is there a module I can use? If not, can someone paste/link an algorithm I can use to check whether the instance of time defined by the crontab has occured in the time from when the previous check was done. Thanks.

Was it helpful?

Solution

sched ftw

OTHER TIPS

Kronos is another option.

Here is a similar SO question.

You might want to take a look at pycron.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top