xo::pool_remap_watchdog (private)
xo::pool_remap_watchdog [ -maxWaiting maxWaiting ] \ [ -maxRunning maxRunning ]
Defined in packages/xotcl-request-monitor/tcl/throttle_mod-procs.tcl
Watchdoc function to ensure liveliness of the server. This watchdog checks every minute the running jobs and maps very slow requests to the slow pool (if configured) to avoid that the default pool is getting filled up with more stuck requests. The watchdog is managed via an ad_schedule_proc started from the init-procs.
- Switches:
- -maxWaiting (optional, defaults to
"10"
)- -maxRunning (optional, defaults to
"100"
)- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.