Configuration
The Scheduler API controls how OLAP and Distribution jobs are scheduled, triggered, and executed. Its behavior is defined through the settings in the appsettings.json file, located at:
C:\Program Files\Nectari\Nectari Server\Scheduler\appsettings.jsonC:\Program Files\SEI\SEI Server\Scheduler\appsettings.json
These settings manage central point resolution, scheduler intervals, retry logic, external API calls, module activation, logging levels, and other runtime behaviors. The tables below describe each setting, its purpose, whether it supports hot reload, and the possible values it accepts.
Central Points
| Setting | Purpose | Reload | Values |
|---|---|---|---|
AllowedHosts | List of allowed host names. Use * to allow all. | ||
CentralPoints.Provider | Source used to load Central Point definitions. | Remote, Local | |
CentralPoints.ApiHostName | Web Server host name when CentralPoints.Provider is set to Remote. Must match the server host. | ✓ | |
CentralPoints.RemoteFetchInterval | Interval for synchronizing Central Points from the Configurator when CentralPoints.Provider is set to Remote. | ✓ | > 0 |
CentralPoints.LocalList[] | Local Central Points when CentralPoints.Provider is set to Local. |