Skip to main content

provides a global utility for handling asynchron scripts

Project description

Introduction

CronUtility provides a global utility for handling asynchron scripts (crons), it provides a view which handles registered crons and fires them if they are active.

To register a new cron, just create a global or local utility providing the ICron interface. The utility has to implement a “active” and “run” method.

CronUtility provides a view named “@@runRegisteredCrons” which has to be called regularly by a user having the ‘Manage portal’ permission. It is suggested to use zope clock server to call this view about ever minute or more, add the following configuration to your instance part’s zope-conf-additional variable:

<clock-server>
method [PATH_TO_YOUR_PLONE_SITE]@@runRegisteredCrons
period 60
user [MANAGER_USERID]
password [MANAGER_PWD]
host localhost
</clock-server>

Changelog

0.1 - Unreleased

  • Initial release

Project details


Release history Release notifications | RSS feed

This version

1.0

Download files

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

Source Distribution

Products.CronUtility-1.0.tar.gz (3.2 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