Perhaps it is not possible...check
http://www.clockwatchers.com/cron_general.html to get some general cron help.
Furthermore, I have the feeling you want this cron to warm up your caches,
right? Do you really think this is necessary? I mean, it is only important for
the very first time you star
Hi Ard,
The solution suggested does not work. In fact the trigger is executed
every sec. I also browsed through the quartz documentation and there
is nothing about executing the trigger only once. Does any know how to
configure the trigger so that it is executed only once.
Sanket
On 8/14/06, Ar
I think
0 0 0 0 0 ? 0
will only run at startup, but you should be able to
1) test this easily
2) find it in quartz documentation
Regards Ard
>
> Hi
>
> I need to execute a pipleline at startup only once. Based on the
> documentation, I found out that it is possible to do use s cron job
>
Hi
I need to execute a pipleline at startup only once. Based on the
documentation, I found out that it is possible to do use s cron job
that executes a pipeline using CocoonPipelineCronJob.
However how do I have this cron job executed only once. I need to do
some initialization at startup by cal