crawlerTask.xml 964 B

123456789101112131415161718
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed Materials - Property of IBM
  4. BI and PM: CM
  5. (C) Copyright IBM Corp. 2018
  6. US Government Users Restricted Rights - Use, duplication or disclosure
  7. restricted by GSA ADP Schedule Contract with IBM Corp.
  8. -->
  9. <backgroundTask name="crawlerTask" taskHandler="com.cognos.cm.search.indexing.crawler.CrawlerTaskHandler" runType="FIXED_DELAY" restartInMinutes="10" taskAction="com.cognos.cm.search.indexing.crawler.CrawlerTaskAction" reportHandler="com.cognos.cm.backgroundTask.DefaultBackgroundTaskReporterHandler" metricsHandler="com.cognos.cm.search.indexing.IndexingTaskMetricsHandler" explicitStartOnly="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="backgroundTask.xsd">
  10. <runOptions>
  11. <queueName>indexQueue</queueName>
  12. <numOfCmObjectsPerCheck>500</numOfCmObjectsPerCheck>
  13. <throttlingDelayInMillis>5000</throttlingDelayInMillis>
  14. </runOptions>
  15. </backgroundTask>