The Lucity Scheduler Service runs once every minute to execute the following processes:
Modifying Process Schedules
The schedules that the Scheduler Service uses to run different processes are stored in the scheduleappsettings.config file in the Lucity Services install.
Within the scheduleappsettings.config file, schedules are stored between the <appSettings> tags.
<appSettings>
<add key="Lucity.GenerateRequests.exe" value="1"/>
<add key="Lucity.SendMail.exe" value="1"/>
<add key="Lucity.TaskRunner.exe" value="1"/>
<add key="Lucity.SpatialUpdater.exe" value="5"/>
<add key="Lucity.GISTaskRunner.exe" value="1"/>
</appSettings>
Types of schedules
All processes that the Scheduler Service runs can be set to run on an interval of time.
value="x"
Note: The defaults provided by Lucity are the optimal way to run the processes. Please do not modify without consulting Lucity Support.
In This Section |