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
docker-compose -f erpschedulerservice.yml config > PAErpschedulerservice.yml
docker stack deploy -c PAErpschedulerservice.yml PAErpschedulerservice
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.
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. |