Configuration Parameters in the ERP Scheduler Service

As a system administrator, you can configure the following parameters in the ERP Scheduler service.

If you have installed Enterprise Plant Applications Web Client, these parameters are available in the following file: <installation_path>/PlantApplicationsDocker/plantapps-web-docker/mnt/configfiles/erp-scheduler-service/prod/<version>/erp-scheduler-service-prod.properties

After you change the values of parameters, run the following Docker commands, and restart the ERP Scheduler service:
docker-compose -f erpschedulerservice.yml config > PAErpschedulerservice.yml
docker stack deploy -c PAErpschedulerservice.yml PAErpschedulerservice
Tip: If you want to the change the value of a parameter only for the running instance of the service, you can use a third-party tool such as Portainer.

If you have installed Standard Plant Applications Web Client, these parameters are available in the following file: C:\Program Files\GE Digital\PlantApplicationsWebClient\config-repo\erp-scheduler-service\prod\<version>\erp-scheduler-service-prod.properties. After you change the values of parameters, restart the ERP Scheduler service.

Important: The parameters in the following table are applicable if you have installed Standard Plant Applications Web Client. If you have installed Enterprise Plant Applications Web Client, replace the periods in the parameters with underscores (for example: erp_scheduler_service_importJobPoll_milliseconds).
Parameter Description
erp.scheduler.service.importJobPoll.milliseconds The interval (in milliseconds) at which the ERP Scheduler service polls the ERP Integration database for new inbound messages. The default value is 30000.
erp.scheduler.service.importJobStatusPoll.milliseconds The interval (in milliseconds) at which the ERP Scheduler service polls the ERP Integration database for in-process messages. The default value is 30000.
erp.scheduler.service.retrylimit The maximum numbers of times the ERP Scheduler service retries to process a record. The default value is 6.