[Twisted-Python] cron-style scheduler for Twisted

hi, is there any cron-style scheduler in Twisted? Could one point me to the docs where it could be found? Thanks.

On 01:11 pm, vitaly@synapticvision.com wrote:
hi, is there any cron-style scheduler in Twisted? Could one point me to the docs where it could be found? Thanks.
There's http://code.google.com/p/twistedcronservice/.
Jean-Paul

Thank you.
Quoting exarkun@twistedmatrix.com:
On 01:11 pm, vitaly@synapticvision.com wrote:
hi, is there any cron-style scheduler in Twisted? Could one point me to the docs where it could be found? Thanks.
There's http://code.google.com/p/twistedcronservice/.
Jean-Paul
Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

On Apr 14, 2010, at 9:25 AM, exarkun@twistedmatrix.com wrote:
On 01:11 pm, vitaly@synapticvision.com wrote:
hi, is there any cron-style scheduler in Twisted? Could one point me to the docs where it could be found? Thanks.
This does not appear to be listed on http://twistedmatrix.com/trac/wiki/ProjectsUsingTwisted. Anyone care to add it? Jason?

I'll put it up.
-J
On Thu, Apr 15, 2010 at 12:20 AM, Glyph Lefkowitz glyph@twistedmatrix.com wrote:
On Apr 14, 2010, at 9:25 AM, exarkun@twistedmatrix.com wrote:
On 01:11 pm, vitaly@synapticvision.com wrote:
hi, is there any cron-style scheduler in Twisted? Could one point me to the docs where it could be found? Thanks.
This does not appear to be listed on http://twistedmatrix.com/trac/wiki/ProjectsUsingTwisted. Anyone care to add it? Jason? _______________________________________________ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Posted. http://twistedmatrix.com/trac/wiki/ProjectsUsingTwisted
On Thu, Apr 15, 2010 at 12:20 AM, Glyph Lefkowitz glyph@twistedmatrix.com wrote:
On Apr 14, 2010, at 9:25 AM, exarkun@twistedmatrix.com wrote:
On 01:11 pm, vitaly@synapticvision.com wrote:
hi, is there any cron-style scheduler in Twisted? Could one point me to the docs where it could be found? Thanks.
This does not appear to be listed on http://twistedmatrix.com/trac/wiki/ProjectsUsingTwisted. Anyone care to add it? Jason? _______________________________________________ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

On Apr 15, 2010, at 2:37 AM, Jason J. W. Williams wrote:
On Thu, Apr 15, 2010 at 12:20 AM, Glyph Lefkowitz glyph@twistedmatrix.com wrote:
This does not appear to be listed on http://twistedmatrix.com/trac/wiki/ProjectsUsingTwisted. Anyone care to add it? Jason?
Posted. http://twistedmatrix.com/trac/wiki/ProjectsUsingTwisted
Excellent. Now we just need to bug somebody to change the name to txcronservice :).

That would most excellent. :)
On Thu, Apr 15, 2010 at 12:56 AM, Glyph Lefkowitz glyph@twistedmatrix.com wrote:
On Apr 15, 2010, at 2:37 AM, Jason J. W. Williams wrote:
On Thu, Apr 15, 2010 at 12:20 AM, Glyph Lefkowitz glyph@twistedmatrix.com wrote:
This does not appear to be listed on http://twistedmatrix.com/trac/wiki/ProjectsUsingTwisted. Anyone care to add it? Jason?
Posted. http://twistedmatrix.com/trac/wiki/ProjectsUsingTwisted
Excellent. Now we just need to bug somebody to change the name to txcronservice :).
Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

On Wed, Apr 14, 2010 at 8:11 AM, vitaly@synapticvision.com wrote:
hi, is there any cron-style scheduler in Twisted? Could one point me to the docs where it could be found? Thanks.
I wrote something like this once, I called it txScheduler. I guess I really should clean it up and release it.
It's not been heavily tested (and I never got around to writing the unit tests I had intended to) but it worked for the original use case I had.
If anyone's interested, drop me a line directly and I'll send it to you (MIT license).
Kevin Horn
participants (5)
-
exarkun@twistedmatrix.com
-
Glyph Lefkowitz
-
Jason J. W. Williams
-
Kevin Horn
-
vitaly@synapticvision.com