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. Any help on this would be most helpful. Etienne At 09:36 AM 13/2/2004 -0500, Casey Duncan wrote:
On Fri, 13 Feb 2004 07:57:56 +0200 Etienne Labuschagne <elabuschagne@gmsonline.co.za> wrote:
Thanks for the update Casey, I have now switched over to this package. It's probably a better investment of my time anyway as it is more in line with Zope 3's event system?
Yes, it is based on it from a while back. However the latter is still a moving target.
So far I have figured out how to subscribe to an Event interface and how to publish events. It took me some time to figure out that one must subscribe giving an event interface as opposed to an event class. Is there any documentation (a short walk through, howto, whatever) available? If not, I'll compile a quick one based on my own tinkering (which may not be quite that accurate!).
Other than what is in the package, probably not. Anything you write would be very helpful for others.
-Casey