Skip to main content

ZTFY scheduler package for Zope3

Project description

What is ztfy.scheduler ?

ztfy.scheduler is a base package for those which need to build scheduled tasks which can run:

  • on a cron-style base,

  • at a given date/time (like the “at” command)

  • at a given interval.

Scheduling is done through the APScheduler (http://packages.python.org/APScheduler/) package and so all these kinds of tasks can be scheduled with the same sets of settings.

How to use ztfy.scheduler ?

A set of ztfy.scheduler usages are given as doctests in ztfy/scheduler/doctests/README.txt

Known bugs

  • Sometimes, deleting a task doesn’t delete the matching job and the whole scheduler have to be restarted, generally via a whole server shutdown and restart.

Changelog

0.2.2

  • changed ISite package import

0.2.1

  • updated database automatic upgrade code

0.2

  • migrated to ZTK-1.1

  • integrated ZODBPackerTask (moved from ztfy.blog package)

0.1

  • initial release

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ztfy.scheduler-0.2.2.tar.gz (19.5 kB view hashes)

Uploaded Source

Built Distribution

ztfy.scheduler-0.2.2-py2.6.egg (49.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page