I must confess I'm totally unfamiliar with the scheduler, but you said that you set 'everything else -1'. Does a value of -1 cause it to disregard that field? I would be sorely tempted to try setting the seconds to 0 (if that is an option) and see what happens.
It appears to me as though that may solve the problem. The reason I say this is that it continues to execute the process at each iteration (completely guessing here) of whatever loop it goes through to see if there are tasks to kick off. When it sees that it is 17:00 it kicks the job off. Specifying a value for the seconds would seem to be the trick. Again, I am TOTALLY unfamiliar with the scheduler. Hopefully my input will be of some help. HTH, Eddie ----- Original Message ----- From: "Warner Onstine" <[EMAIL PROTECTED]> To: "Turbine Users List" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, March 15, 2002 8:30 PM Subject: Re: scheduler problem > Does anyone have any ideas as to why this is happening? This is a > continuuing problem and any help or pointers in the right direction would be > most appreciated. > > -warner > > ----- Original Message ----- > From: "Warner Onstine" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, March 14, 2002 8:01 PM > Subject: scheduler problem > > > > Hi all, > > Here's my setup > > 2.2b1 compiled from source (haven't updated in a while) > > Tomcat 4.0.1 > > > > I have set up a scheduled job to run at 5 pm each day using the following: > > minute=0, second=0, hour=17 everything else -1. > > It is finding the job OK, but it is running it 4 times for some reason, > and > > its at the same time each day: > > 17:00:15 > > 17:00:29 > > 17:00:43 > > 17:00:59 > > > > I've checked the database and the jobentry is only in there once. I'm at a > > loss as to why its doing what its doing. Again, thanks for all the help! > > > > -warner > > > > +warner onstine+ > > > > > > -- > > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > > > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
