Timeout for Restman¶
Since 2024.2 the timeouts for Restman and Graphman are also configurable in the UI in the configuration section.
The default timeout for all Restman operations is 120s. If you need to allow for longer operations you can set the timeout value to use in the configuration.
<general>
...
<aagm>
...
<restmanTimeout>240</restmanTimeout>
</aagm>
</general
You can find the Configuration.xml file in the persistent volume mounted as /opt/aagm in the container. Your local path may vary and can be found in the docker-compose.yml file if you’re using Docker Compose to run the Gateway Manager. If you run a different setup like i.e. OpenShift consult its documentation on information how to access the persistent volume.