[Twisted-Python] how can I Scheduling a command?
![](https://secure.gravatar.com/avatar/cc0e184885f37414d0cfaee40621e7fb.jpg?s=120&d=mm&r=g)
Stephane, I saw a post from you about a year and a half ago that you had built a scheduler in twisted. I wonder if you would share your source code with me? http://twistedmatrix.com/pipermail/twisted-python/2006-July/013615.html Thanks, Don
![](https://secure.gravatar.com/avatar/d7875f8cfd8ba9262bfff2bf6f6f9b35.jpg?s=120&d=mm&r=g)
On Wed, 2007-11-28 at 21:46 -0800, Don Smith wrote:
See http://twistedmatrix.com/projects/core/documentation/howto/time.html If you want to persist scheduling across restarts, then you need to write extra code... but that depends on what storage system your program uses.
![](https://secure.gravatar.com/avatar/d6304567ada7ac5e8c6f4e5902270831.jpg?s=120&d=mm&r=g)
On Nov 29, 2007 11:57 AM, Don Smith <donwsmith@gmail.com> wrote:
Yes, I'm looking more for a cron type scheduler.
I *think* axiom supports something like this via axiom.scheduler.Schedulerand axiom.scheduler.SubScheduler. -- \\\\\/\"/\\\\\\\\\\\ \\\\/ // //\/\\\\\\\ \\\/ \\// /\ \/\\\\ \\/ /\/ / /\/ /\ \\\ \/ / /\/ /\ /\\\ \\ / /\\\ /\\\ \\\\\/\ \/\\\\\/\\\\\/\\\\\\ d.p.s
![](https://secure.gravatar.com/avatar/d7875f8cfd8ba9262bfff2bf6f6f9b35.jpg?s=120&d=mm&r=g)
On Wed, 2007-11-28 at 21:46 -0800, Don Smith wrote:
See http://twistedmatrix.com/projects/core/documentation/howto/time.html If you want to persist scheduling across restarts, then you need to write extra code... but that depends on what storage system your program uses.
![](https://secure.gravatar.com/avatar/d6304567ada7ac5e8c6f4e5902270831.jpg?s=120&d=mm&r=g)
On Nov 29, 2007 11:57 AM, Don Smith <donwsmith@gmail.com> wrote:
Yes, I'm looking more for a cron type scheduler.
I *think* axiom supports something like this via axiom.scheduler.Schedulerand axiom.scheduler.SubScheduler. -- \\\\\/\"/\\\\\\\\\\\ \\\\/ // //\/\\\\\\\ \\\/ \\// /\ \/\\\\ \\/ /\/ / /\/ /\ \\\ \/ / /\/ /\ /\\\ \\ / /\\\ /\\\ \\\\\/\ \/\\\\\/\\\\\/\\\\\\ d.p.s
participants (3)
-
Don Smith
-
Drew Smathers
-
Itamar Shtull-Trauring