17 May
2004
17 May
'04
2:16 p.m.
Laura McCord wrote:
I finished writing a python script that deletes files that are a certain age. How would I get zope/plone to execute this python script at noon everyday. What types of things do I need to do?
Set up a cron job which calls the appropriate Zope-url via wget. That's the most reliable setup IMHO. Cheers, Maik