Cron jobs¶You can use simple UNIX cron + wget combo to make timed jobs in Plone. If you need to authenticate, e.g. as an admin, Zope users (not Plone users)can be authenticated using HTTP Basic Auth.
[align=left]Create user in Zope root (not Plone site root) in acl_users folder[/align]
Clock server¶You can make Zope to make regular calls to your views. Add in buildout.cfg: zope-conf-additional = <clock-server> method /xxx/feed-mega-update period 3600 user updater password 123123 host xxx.com </clock-server>
<clock-server> method /yyy/feed-mega-update period 3600 user updater password 123123 host yyy.com </clock-server>