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.configfile.Configure the
TenantServicesvalue to point to the location of the tenant services.Configure the
APIServiceAddressvalue to point to the location of the REST API.Set the
SchedulerRefreshIntervalto 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
SchedulerSecretKeyvalue to match theSCHED_KEYvalue in the tenant services configuration file.Configure the
Hostvalue 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.