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.

Reply via email to