Re: [Tutor] Python Job Scheduling package

2011-10-16 Thread Steven D'Aprano

bod...@googlemail.com wrote:

Have you thought about writing your own? Others have posted some
useful links, but in all honesty you could hack something together to
achieve that in next to no time


Anyone can hack something together in next to no time, but getting a 
quality package that is well-written, thoroughly tested and debugged may 
take a bit longer.



--
Steven
___
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor


Re: [Tutor] Python Job Scheduling package

2011-10-16 Thread Rafael Durán Castañeda
And what about celery???
2011/10/16 Steven D'Aprano st...@pearwood.info

 bod...@googlemail.com wrote:

 Have you thought about writing your own? Others have posted some
 useful links, but in all honesty you could hack something together to
 achieve that in next to no time


 Anyone can hack something together in next to no time, but getting a
 quality package that is well-written, thoroughly tested and debugged may
 take a bit longer.


 --
 Steven

 __**_
 Tutor maillist  -  Tutor@python.org
 To unsubscribe or change subscription options:
 http://mail.python.org/**mailman/listinfo/tutorhttp://mail.python.org/mailman/listinfo/tutor

___
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor


Re: [Tutor] Python Job Scheduling package

2011-10-15 Thread Japhy Bartlett
Is this a thing people would use?  I've built this as part of a larger
project.. do you think it'd be worth splitting out and polishing up?

On Oct 14, 2011 3:55 AM, bod...@googlemail.com wrote:

Have you thought about writing your own? Others have posted some useful
links, but in all honesty you could hack something together to achieve that
in next to no time

Bodsda
Sent from my BlackBerry® wireless device


-Original Message-
From: harish bansal harishbansal...@gmail.com
Sender: tutor-bounces+bo...
___
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor


Re: [Tutor] Python Job Scheduling package

2011-10-14 Thread bodsda
Have you thought about writing your own? Others have posted some useful links, 
but in all honesty you could hack something together to achieve that in next to 
no time

Bodsda 
Sent from my BlackBerry® wireless device

-Original Message-
From: harish bansal harishbansal...@gmail.com
Sender: tutor-bounces+bodsda=googlemail@python.org
Date: Thu, 13 Oct 2011 15:23:04 
To: tutor@python.org
Subject: [Tutor] Python Job Scheduling package

___
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

___
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor


[Tutor] Python Job Scheduling package

2011-10-13 Thread harish bansal
Has anyone seen a python job scheduling framework that could provide the
following features


   - Add/remove job from the queue
   - View job list
   - check job status
   - Run concurrent jobs.

I am looking for something similar to coalition(
http://code.google.com/p/coalition/)

--
Harry
___
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor


Re: [Tutor] Python Job Scheduling package

2011-10-13 Thread Vince Spicer
You could take a peak at these. Both work without external dependencies

http://packages.python.org/APScheduler/#features
http://pypi.python.org/pypi/TGScheduler/1.6.2

VInce

On Thu, Oct 13, 2011 at 3:53 AM, harish bansal
harishbansal...@gmail.com wrote:
 Has anyone seen a python job scheduling framework that could provide the
 following features

 Add/remove job from the queue
 View job list
 check job status
 Run concurrent jobs.

 I am looking for something similar to
 coalition(http://code.google.com/p/coalition/)
 --
 Harry


 ___
 Tutor maillist  -  Tutor@python.org
 To unsubscribe or change subscription options:
 http://mail.python.org/mailman/listinfo/tutor





-- 
Vince Spicer
___
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor