job scheduling framework?
Larry Bates
larry.bates at websafe.com
Thu Sep 8 13:01:24 EDT 2005
Google turned up these links that might be of interest:
http://www.foretec.com/python/workshops/1998-11/demosession/hoegl/
http://www.webwareforpython.org/Webware/TaskKit/Docs/QuickStart.html
http://www.slac.stanford.edu/BFROOT/www/Computing/Distributed/Bookkeeping/SJM/SJMMain.htm
Larry Bates
Chris Curvey wrote:
> Has anyone seen a simple open source job-scheduling framework written
> in Python? I don't really want to reinvent the wheel. All I need is
> the ability to set up a series of atomic "jobs" as a "stream", then
> have the system execute the jobs in the stream one-at-a-time until all
> the jobs in the stream are complete or one of them reports an error.
>
> (If it tied into a really simple grid-style computing farm, that would
> be worth double points!)
>
> -Chris
>
More information about the Python-list
mailing list