Configure MATRIXX Backoffice Customer Tool Request Timeout
You can configure a request timeout for MATRIXX Backoffice Customer Tool. This is how long the UI waits for a response for a request from the pod before it gives
up. To change this value, update the REQUEST_TIMEOUT
argument to the
settings.json file.
Procedure
- Access the settings.json file located at /opt/mtx/conf/matrixxbct in the files for your configuration source. See the discussions about configuring MATRIXX web apps and the provided example for more information.
-
Update the
REQUEST_TIMEOUT
argument and defining a timeout value in milliseconds. The example changes the timeout to one minute. The default is 15000 milliseconds (15 seconds)."REQUEST_TIMEOUT": 60000
- Save the file.
- Rebuild the configuration image and host it in your image repository.
- Update your Helm values file with the new tag for the image, if necessary. See the discussions about configuring MATRIXX web apps and the provided example for more information.
- Restart MATRIXX Backoffice Customer Tool.