On Wed, 25 Feb 2004 at 08:47, Jeffrey A. Krzysztow wrote:

> >Try */6, not 0/6.
> >
> >
> >
> Thanks for the try, but this causes the same issue. And I actually need
> 0/4 for every six hours.
>
> FYI: This is where I got this information:
> http://www.quartzscheduler.org/quartz/tutorial.html#cronTriggers

I'm not 100% familiar with the java cron scheduler, but I highly doubt
that "0/4" is the right thing to put.  That would only do "times when
zero is evenly divisible by 4 with no remainder" which is at "0"

*/4 would go at 0, 4, 8, 12, 16, and 20
*/6 would go at 0, 6, 12, and 18

It might be easier just to put a list for which hours to go in a list:

5,10,15, etc.... or whatever...

I think there's a bug in that documentation.

-alan

-- 
    Alan Hoyle  -  [EMAIL PROTECTED]  -  http://www.alanhoyle.com/
      "I don't want the world, I just want your half." -TMBG
                 Get Horizontal, Play Ultimate.




_______________________________________________
plucker-list mailing list
[EMAIL PROTECTED]
http://lists.rubberchicken.org/mailman/listinfo/plucker-list

Reply via email to