at 7 seconds it stops after 8 runs.
at 10 seconds it stops after 6 runs.

I am starting to see a trend. ;^)

I swear it used to run all day at 5 seconds and I have not changed
anything in the server config.  Odd.

- Ian

On Dec 4, 2007 10:16 AM, Tom Jackson <[EMAIL PROTECTED]> wrote:
> Hmmm,
>
> 12 * 5 = 60 so you run this 12 times a minute, maybe the scheduler gets
> screwed up by this?
>
> Try running it ever 7 seconds and see what happens.
>
> tom jackson
>
>
> On Tuesday 04 December 2007 09:43, Ian Harding wrote:
> > I have a scheduled proc that runs 12 times and then just stops.  No
> > explanation in any logs.  I don't know what I changed, because it used
> > to work...
> >
> > ns_schedule_proc -thread 5 cleancache ip
> >
> > proc cleancache {which} {
> >
> >         ns_log Notice "cleancache $which called"
> >         if {[nsv_array exists ${which}cache]} {
> >                 ns_log Debug "Clearing ${which}cache..."
> >                 nsv_unset ${which}cache
> >         }
> > }
> >
> > Any ideas?  I am running 4.5 on Linux.  The proc shows up in
> > nstelemetry with a next run time in the past when this happens.
> >
> > - Ian
> >
> >
> > --
> > AOLserver - http://www.aolserver.com/
> >
> > To Remove yourself from this list, simply send an email to
> > <[EMAIL PROTECTED]> with the body of "SIGNOFF AOLSERVER" in the
> > email message. You can leave the Subject: field of your email blank.
>
>
> --
> AOLserver - http://www.aolserver.com/
>
> To Remove yourself from this list, simply send an email to <[EMAIL 
> PROTECTED]> with the
> body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: 
> field of your email blank.
>


--
AOLserver - http://www.aolserver.com/

To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> 
with the
body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: 
field of your email blank.

Reply via email to