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
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file Products.CronUtility-1.0.tar.gz
.
File metadata
- Download URL: Products.CronUtility-1.0.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 490aaffd9fb4ed4c9ceb6aff724b73e535b257c575213a3287aba4ba305b1bc7 |
|
MD5 | c672f2667ea5483042fc0404d19c64b8 |
|
BLAKE2b-256 | d158ebde92a8df5ae8cec20f84733aeb9c72d53ebb99b1d7b4873afd3e308dfb |