that was it exactly. it was running every 45 minutes. also to note, if you setup a job in this manner, it takes the time of entry as the starting time and will then run every x minutes after you put it in.
what I should have input was 0,60,-1,-1,-1 -- that would make it run once an hour I will try the job.save() and also try setting count to static. maybe I can update the scheduler how-to with my finds once complete. thanks On Wed, 22 Jan 2003, Wei He wrote: > > In the scheduled jon class, the task count should be declared static so > it does not get reset each time the job is run. > > If you want to save the job into database, call job.save() after it is set. > > > As for the the timing issue, I believe it is doing every number of > minutes, or seconds starting from the time it starts. > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
