Re: time scheduling in ptyhon
- From: Grant Edwards <grante@xxxxxxxx>
- Date: Tue, 17 Jan 2006 19:24:32 -0000
On 2006-01-17, jiri.juranek@xxxxxxxxxx <jiri.juranek@xxxxxxxxxx> 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
.
Relevant Pages
- Re: Viewing properties of scheduled backup job
... The new maintenance jobs i've scheduled are listed under ... If i right click a database, schedule a backup, it does ... (microsoft.public.sqlserver.tools) - Re: Viewing properties of scheduled backup job
... I think your looking under the Maintenance Plans node. ... under the scheduled jobs node. ... > If i right click a database, schedule a backup, it does ... >>setting schedule options. ... (microsoft.public.sqlserver.tools) - time scheduling in ptyhon
... I need schedule some jobs, times of this jobs are read from database. ... So i would like to periodicallyrun some python script(or ... (comp.lang.python) - Re: Unload Event Problem
... come up with that will allow the database to be used as it is now. ... working so they validly have records with no StopTime yet, ... the jobs relating to the user who is closing down. ... The unload event on the hidden form with null StopTime forcing user to ... (microsoft.public.access.forms) - Re: Unload Event Problem
... If you have multiple users in the same back end, and some are still working so they validly have records with no StopTime yet, but you want to allow the current user to close their instance of the database, but they must enter their StopTime, you will have to track who created/is editing each of the jobs and execute the Update query such that it updates only the jobs relating to the user who is closing down. ... The unload event on the hidden form with null StopTime forcing user to enter stop time to exit db and StopTime automatically filled in when db is shut down thru update query would be a problem if the db were shut down before quitting time for any reason - all time would be stopped while work continued. ... (microsoft.public.access.forms) |
|