Lucity Scheduler Service

The Lucity Scheduler Service runs once every minute to run the following processes:

Modifying Process Schedules

The schedules that the Scheduler Service uses when running different processes are stored in the scheduleappsettings.config file in the Lucity Services install.

Within the scheduleappsettings.config the 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 the Scheduler Service runs can be set to run on a time interval.

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

Lucity Request Generator

Lucity Email Generator

Lucity Task Runner

Lucity Spatial Indexer

Lucity GIS Scheduled Tasks

See Also

Introduction

Lucity PM Service