Hi, I'd like to know how to implement a crontab functionality in Zope. I would like to trigger some scripts automatically at a specific time. (e.g. everyday at 01:00). I could do this external via crontab but perhaps there is already such a functionality in Zope? Best Regards, Hermann -- x1@aon.at GPG key ID: 299893C7 (on keyservers) FP: 0124 2584 8809 EF2A DBF9 4902 64B4 D16B 2998 93C7
Sounds like you're looking for xron http://www.zope.org/Members/lstaffor/Xron -- David On Oct 12, 2004, at 9:35 AM, Hermann Himmelbauer wrote:
Hi, I'd like to know how to implement a crontab functionality in Zope. I would like to trigger some scripts automatically at a specific time. (e.g. everyday at 01:00).
I could do this external via crontab but perhaps there is already such a functionality in Zope?
Best Regards, Hermann
-- x1@aon.at GPG key ID: 299893C7 (on keyservers) FP: 0124 2584 8809 EF2A DBF9 4902 64B4 D16B 2998 93C7 _______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
Hermann Himmelbauer wrote:
I could do this external via crontab but perhaps there is already such a functionality in Zope?
If you could do this with an external crontab, USE IT!!! Maybe create something like a dispatcher at your Zope-Root as a PythonScript, which calls additional subtasks etc.pp. But don't use XRON or something like that, makes your Zope go crazy... Cheers, Maik
Hermann Himmelbauer wrote at 2004-10-12 18:35 +0200:
I'd like to know how to implement a crontab functionality in Zope. I would like to trigger some scripts automatically at a specific time. (e.g. everyday at 01:00).
Please search the mailing list archives. There are several solutions around -- one from Chris McDonnough (or similarly spelled). Search for "scheduler", "event", "clock"... -- Dieter
participants (4)
-
David Siedband -
Dieter Maurer -
Hermann Himmelbauer -
Maik Jablonski