Scheduling the Team Screens batch process
Set the frequency that the Team Screens batch process runs in scheduler-config.xml file. This batch process gets and compiles the data for the statistics on the Team tab. The following lines in the scheduler-config.xml file set the frequency of the Team Screens batch process:
<!-- Hourly user statistics generation at three minutes past the hour -->
<ProcessSchedule process="TeamScreens">
<CronSchedule minutes="3"/>
</ProcessSchedule>
The time and database workload required for running the Team Screens batch process may be significant and may adversely impact system performance if run too frequently.
See also
