admin.taskserverGetDebugThreads( config as element(configuration), group-id as (Number|String) ) as Number
This function returns the number of debug threads configured on the task server for the specified group. This setting applies for each host in the group.
const admin = require('/MarkLogic/admin.xqy'); const config = admin.getConfiguration() const groupId = admin.groupGetId(config, "Default") admin.taskserverGetDebugThreads(config, groupId) //returns the number of debug threads configured on the task server