issue: Service delay of 10 seconds Follow
This note relates to the case that your service execution is fast, but you see a constant delay of 10 seconds from all requests.
This issue is related to the option to get the client IP address.
In AuraPlayer by default we call whoami command to get the client IP, and enter it into the execution log.
In some cases the AuraPlayer server can't find the DNS server, and it has 10 seconds timeout.
there are two ways to resolve it:
1. Set DNS server.
2. Disable the whoami feature.
1. Set DNS server
go to ServiceManager->Admin->System Properties
set the following property: WHOAMI_DNS = <DNS IP>
Click on button "Update Properties"
2. Disable the whoami feature
go to ServiceManager->Admin->System Properties
set the following property: WHOAMI_DNS = null
Click on button "Update Properties"
Comments
0 comments
Please sign in to leave a comment.