[Zope] cron job in zope
ra@burningman.com
ra@burningman.com
Wed, 30 Jan 2002 09:20:02 -0800
Michel Vayssade wrote:
> Hi,
>
> is there a standard hook, to say to the zope server
> "execute the method Myproduct.mymethod" each day/hour/min ...
> (like a unix cron)
>
> (okay, I could use "brute force" sending an http://...request
> directly from a cron shell script with telnet host 8080 ...)
Are you familiar with Loren Stafford's Xron product? (see
http://www.zope.org/Members/lstaffor/Xron) It may meet your needs.
-r