Skip to main content

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.

  1. Navigate to the location where the Scheduler service is installed.

    By default it is installed here: C:\Program Files (x86)\Incentives\SchedulerService.

  2. Open the SchedulerService.appSettings.config file.

  3. Configure the TenantServices value to point to the location of the tenant services.

  4. Configure the APIServiceAddress value to point to the location of the REST API.

  5. 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.

  6. Configure the SchedulerSecretKey value to match the SCHED_KEY value in the tenant services configuration file.

  7. 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.