Manually configuring the Scheduler service
The Scheduler service configuration file must be edited to allow the service to communicate with Incentives tenant services and the REST API.
Navigate to the location where the Scheduler service is installed.
By default it is installed here:
C:\Program Files (x86)\Incentives\SchedulerService
.Open the
SchedulerService.appSettings.config
file.Configure the
TenantServices
value to point to the location of the tenant services.Configure the
APIServiceAddress
value to point to the location of the REST API.Set the
SchedulerRefreshInterval
to the number of seconds that you want Scheduler to wait before updating to include any changes that the user made in the Scheduler module. The refresh interval must be between 1 - 432000 seconds.Configure the
SchedulerSecretKey
value to match theSCHED_KEY
value in the tenant services configuration file.Configure the
Host
value to point to the location of the Scheduler service.
To continue with the installation, please see the Running the Scheduler service as a Windows service section.