19 Feb
2004
19 Feb
'04
7:58 p.m.
Etienne Labuschagne wrote at 2004-2-19 15:25 +0200:
I have mostly figured out the event system by now, but cannot figure out how to get the scheduler to fire scheduled tasks by itself. Isn't the scheduler supposed to fire off scheduled tasks once their next scheduled time comes up? The only time when mine fires up tasks is when I trigger it manually from the ZMI.
Thus use "cron" (via "ZPublisher.Client", "wget", "curl" or "urllib") to tigger it periodically (as a replacement for your manual trigger). -- Dieter