Hi
This may be a blindingly obvious question, but I would like to clarify how the Scheduler Plugin work. I want to have a script run every 6 hours indefinitely on the server. I have therefore done a few experiments with the Scheduler Plugin which have sort of worked. However can I clarify, once the schedule has been started on a client as a cron job will this continue to run indefinitely even if the client is closed. More to the point is a client required to run the cron job or is this done by the server. I dont want the schedule to stop once the client that started it is closed, conversely I dont want the job to be started multiple times with each client instance.
The manual eloquently describes how to use the plugin, but I can not find and explanation of how the process actually works. It seem logical that a server task would be run from the server - but I am probably missing the point.
Cheers
Gordon