Index: openacs-4/packages/xotcl-request-monitor/tcl/throttle_mod-init.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-request-monitor/tcl/throttle_mod-init.tcl,v diff -u -N -r1.9.2.2 -r1.9.2.3 --- openacs-4/packages/xotcl-request-monitor/tcl/throttle_mod-init.tcl 3 Sep 2020 09:12:02 -0000 1.9.2.2 +++ openacs-4/packages/xotcl-request-monitor/tcl/throttle_mod-init.tcl 13 Nov 2020 20:13:20 -0000 1.9.2.3 @@ -43,6 +43,12 @@ ad_schedule_proc -thread t 61 ::xo::job_dequeue } +# +# Launch the pool remapper background job to move requests to the slow +# pool, even before these are finished. This is necessary for jobs +# which are never finishing. +# +ad_schedule_proc -thread t 59 ::xo::pool_remap_watchdog # Local variables: # mode: tcl