28 Nov
2008
28 Nov
'08
12:23 p.m.
On Fri, Nov 28, 2008 at 1:04 PM, Paul Libbrecht <[email protected]> wrote:
5 minutes is definitely too much.
You can configure your job to be fired every minute if you want.
The best approximation I found is: - insert a wget at the end of the start script - insert "platform monitor" as notification page itself creating that (the notification page seems to be called at all accesses)
Oh, and is the scheduler anything else than a crontab?
The scheduler is basically an embedded CRON, in your case its main advantage compared to a real cron is that it's configured in XWiki itself, allowing remote configuration + avoiding the need of XWiki related stuff outside of the webapp. JV.