time scheduling in ptyhon

Grant Edwards grante at visi.com
Tue Jan 17 14:24:32 EST 2006


On 2006-01-17, jiri.juranek at kctdata.cz <jiri.juranek at kctdata.cz> wrote:

> I need schedule some jobs, times of this jobs are read from database.
> So i would like to periodically(every hour) run some python script

$ man cron

> (or leave runnig some script which will every hour start some
> method) which will read times for jobs from database and
> schedule that jobs.

Sounds like you're duplicating the function of cron.

> I am looking for the simplest solution, i have some ideas but
> i dont know how they are difficult and if they are possible in
> python. Thanks for all notes/advice/samples/links/modules....

-- 
Grant Edwards                   grante             Yow!  Where does it go when
                                  at               you flush?
                               visi.com            



More information about the Python-list mailing list