Personal tools
You are here: Home Bastion SourceForge ZScheduler
Views

ZScheduler

Timer-based scheduling for Zope and Plone

Current release
ZScheduler 3.0.8

Released Feb 13, 2010 — tested with Plone 3.1, Plone 3.0, Plone 2.5

Latest
More about this release…

Download file Get ZScheduler for All platforms (87.6 kB)
Products.ZScheduler-3.0.8-py2.4.egg

Project Description

ZScheduler will comprise the following:

  • a ZScheduler object in your Root Folder
  • event queue management
  • logging of all event output (and exceptions)
  • choice of timer implementations:
    • None
    • External (Crontab)
    • Internal Single-Threaded
    • Internal Multi-Threaded

ZSCheduleEvent instance(s) are placed in the container of the callable instance they schedule. ZScheduleEvent's allow you to define event times using the same API as Unix's crontab.

In the ZScheduler, you may define the product(s) that are callable.